yuzu/src/audio_core/renderer
Morph 8e56a84566 core_timing: Use CNTPCT as the guest CPU tick
Previously, we were mixing the raw CPU frequency and CNTFRQ.
The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
2023-06-07 21:44:42 -04:00
..
adsp core_timing: Use CNTPCT as the guest CPU tick 2023-06-07 21:44:42 -04:00
behavior general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
command core_timing: Use CNTPCT as the guest CPU tick 2023-06-07 21:44:42 -04:00
effect general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
memory general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
mix general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
nodes node_states: Mark relevant member functions as const 2022-09-16 09:59:56 -04:00
performance general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
sink Project Andio 2022-07-22 01:11:32 +01:00
splitter general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
upsampler audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
voice general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
audio_device.cpp audio_device: Mark GetDeviceVolume as const 2022-09-16 09:52:34 -04:00
audio_device.h audio_device: Mark GetDeviceVolume as const 2022-09-16 09:52:34 -04:00
audio_renderer.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
audio_renderer.h Project Andio 2022-07-22 01:11:32 +01:00
system.cpp Wait for the terminate event before destroying a system instance 2023-05-01 00:27:12 +01:00
system.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
system_manager.cpp Smooth out the DSP callback by adding a 5ms wait time limit 2023-05-18 13:03:32 +01:00
system_manager.h Smooth out the DSP callback by adding a 5ms wait time limit 2023-05-18 13:03:32 +01:00