mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
core_timing: Increase clock speed for Switch docked.
This commit is contained in:
parent
2720d550b7
commit
1ae217c357
3 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue