Improve performance of applying cheats; Set correct interval for applying cheats (#5305)
This commit is contained in:
@ -15,7 +15,9 @@
|
||||
|
||||
namespace Cheats {
|
||||
|
||||
constexpr u64 run_interval_ticks = GPU::frame_ticks;
|
||||
// Luma3DS uses this interval for applying cheats, so to keep consistent behavior
|
||||
// we use the same value
|
||||
constexpr u64 run_interval_ticks = 50'000'000;
|
||||
|
||||
CheatEngine::CheatEngine(Core::System& system_) : system(system_) {
|
||||
LoadCheatFile();
|
||||
|
Reference in New Issue
Block a user