Fixed UNIX compilation

This commit is contained in:
2025-02-08 13:08:34 -07:00
parent 65e4dbadb5
commit fc67151bfa
613 changed files with 34 additions and 38 deletions

View File

@ -1,6 +1,5 @@
#include <audio.h>
#include <math.h>
#include <windows.h>
#include <emu.h>
#include <portaudio.h>
@ -875,4 +874,4 @@ void audio_write(u16 address, u8 value){
enable_noise();
}
}
}
}