mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-23 04:13:40 +00:00
core_timing: Increase clock speed for Switch docked.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
// inside callback:
|
||||
// ScheduleEvent(periodInCycles - cycles_late, callback, "whatever")
|
||||
|
||||
constexpr int BASE_CLOCK_RATE_ARM11 = 268123480;
|
||||
constexpr int BASE_CLOCK_RATE = 383778816; // Switch clock speed is 384MHz docked
|
||||
extern int g_clock_rate_arm11;
|
||||
|
||||
inline s64 msToCycles(int ms) {
|
||||
|
||||
Reference in New Issue
Block a user