Improvements to PC speaker - fixes sound on Beyond Castle Wolfenstein and probably other games as well.
This commit is contained in:
parent
967feffbc0
commit
67cb9e3781
8 changed files with 35 additions and 22 deletions
|
|
@ -1,6 +1,5 @@
|
|||
void sound_add_handler(void (*poll)(void *p), void (*get_buffer)(int16_t *buffer, int len, void *p), void *p);
|
||||
|
||||
extern int wasgated;
|
||||
extern int sbtype;
|
||||
|
||||
extern int sound_card_current;
|
||||
|
|
|
|||
Loading…
Reference in a new issue