mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
fix shm properly :)
This commit is contained in:
parent
4597b44334
commit
ccfa9081b0
13 changed files with 232 additions and 250 deletions
|
@ -34,7 +34,7 @@
|
|||
/*
|
||||
All sound plugins must export these functions
|
||||
*/
|
||||
typedef qboolean (QFPLUGIN *P_S_O_Init) (void);
|
||||
typedef volatile struct dma_s *(QFPLUGIN *P_S_O_Init) (void);
|
||||
typedef void (QFPLUGIN *P_S_O_Shutdown) (void);
|
||||
typedef int (QFPLUGIN *P_S_O_GetDMAPos) (void);
|
||||
typedef void (QFPLUGIN *P_S_O_Submit) (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue