Improvements to PC speaker - fixes sound on Beyond Castle Wolfenstein and probably other games as well.

This commit is contained in:
TomW 2014-07-16 20:44:29 +01:00
commit 67cb9e3781
8 changed files with 35 additions and 22 deletions

View file

@ -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;