From 79e0dd249e2cff0a0554663a050c1b35499cc13e Mon Sep 17 00:00:00 2001 From: bunnei Date: Sun, 7 Jan 2018 00:58:06 -0500 Subject: core_timing: Increase clock speed for Switch docked. --- src/core/hw/gpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hw') diff --git a/src/core/hw/gpu.cpp b/src/core/hw/gpu.cpp index c828a776e..4826d9c79 100644 --- a/src/core/hw/gpu.cpp +++ b/src/core/hw/gpu.cpp @@ -29,7 +29,7 @@ namespace GPU { Regs g_regs; /// 268MHz CPU clocks / 60Hz frames per second -const u64 frame_ticks = static_cast(BASE_CLOCK_RATE_ARM11 / SCREEN_REFRESH_RATE); +const u64 frame_ticks = static_cast(BASE_CLOCK_RATE / SCREEN_REFRESH_RATE); /// Event id for CoreTiming static int vblank_event; -- cgit v1.2.3