yuzu/src/audio_core
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
..
common general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
device Merge pull request #9969 from bylaws/master 2023-04-01 14:34:59 -07:00
in hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
out hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
renderer core_timing: Use CNTPCT as the guest CPU tick 2023-06-07 21:44:42 -04:00
sink core_timing: Use CNTPCT as the guest CPU tick 2023-06-07 21:44:42 -04:00
audio_core.cpp audio_manager: Remove dependence on system state 2022-09-21 09:26:42 -04:00
audio_core.h Merge pull request #8878 from Kelebek1/remove_pause 2022-09-15 13:50:13 -07:00
audio_event.cpp general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
audio_event.h audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
audio_in_manager.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
audio_in_manager.h audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
audio_manager.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
audio_manager.h general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
audio_out_manager.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
audio_out_manager.h general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
audio_render_manager.cpp hle: rename legacy errors to Results 2023-03-06 20:58:42 -05:00
audio_render_manager.h general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
CMakeLists.txt cmake: make cubeb and SDL2 optional 2022-12-28 17:29:32 -05:00
precompiled_headers.h CMake: Consolidate common PCH headers 2022-11-30 18:30:30 -05:00