Add Enter/ExitCriticalSection to Periphery code

This commit is contained in:
Jaby
2024-06-03 21:23:04 +02:00
parent cc92b848f9
commit 2623c0c22c
3 changed files with 35 additions and 33 deletions

View File

@@ -111,7 +111,7 @@ namespace Assets {
namespace XAAudio {
void play_fox() {
CDXA::play(lba, FOX_XA, 1, true);
CDXA::play(lba, FOX_XA, 0, false);
}
}
}