extern "C" fix for windows builds

This commit is contained in:
Sonic Dreamcaster
2024-11-10 22:23:36 -03:00
parent 304a0a5288
commit de6f28df81
2 changed files with 11 additions and 3 deletions
+3 -3
View File
@@ -821,9 +821,9 @@ void AudioLoad_Init(void) {
gAudioResetTimer = 0;
for (i = 0; i < gAudioHeapSize / 8; i++) {
*((u64*) gAudioHeap + i) = 0;
}
// for (i = 0; i < gAudioHeapSize / 8; i++) {
// *((u64*) gAudioHeap + i) = 0;
// }
clearContext = gAudioContextStart;
dwordsLeft = ((uintptr_t) gAudioContextEnd - (uintptr_t) gAudioContextStart) / 8;