This commit is contained in:
Literally A Penguin
2024-09-25 15:39:25 -05:00
committed by GitHub
parent e8bd66b89c
commit 0bf99969fd
86 changed files with 51093 additions and 0 deletions

28
null/snddma_null.c Normal file
View File

@@ -0,0 +1,28 @@
// snddma_null.c
// all other sound mixing is portable
#include "../client/client.h"
#include "../client/snd_loc.h"
qboolean SNDDMA_Init(void)
{
return false;
}
int SNDDMA_GetDMAPos(void)
{
return 0;
}
void SNDDMA_Shutdown(void)
{
}
void SNDDMA_BeginPainting (void)
{
}
void SNDDMA_Submit(void)
{
}