diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-18 15:55:47 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-18 15:55:47 -0500 |
| commit | 2d8219703469c74e9bb56ef7a85a48bea3d76fcf (patch) | |
| tree | 30cd51224f0da72ef4885e22fd4235466f5eb42b /src/JSystem/JAudio/JASAudioThread.cpp | |
| parent | cd7dc9ddd74a74449b4f25693ec1de1fbac61810 (diff) | |
JASDSPBuf, JASChAllocQueue OK
Diffstat (limited to 'src/JSystem/JAudio/JASAudioThread.cpp')
| -rw-r--r-- | src/JSystem/JAudio/JASAudioThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/JAudio/JASAudioThread.cpp b/src/JSystem/JAudio/JASAudioThread.cpp index a130dbc0..76065e76 100644 --- a/src/JSystem/JAudio/JASAudioThread.cpp +++ b/src/JSystem/JAudio/JASAudioThread.cpp @@ -57,7 +57,7 @@ void* JASystem::TAudioThread::audioproc(void*) { sbIsDSPBoot = 1; } Driver::init(); - AISetDSPSampleRate(Kernel::gAiSetting); + AISetDSPSampleRate(Kernel::getAiSetting()); AIRegisterDMACallback(syncAudio); AIStartDMA(); while (true) { |
