Cheats: Default to enabled + CTRPF

This commit is contained in:
wheremyfoodat
2023-10-27 02:24:06 +03:00
committed by offtkp
parent f922870785
commit 1c501aceef
+2 -2
View File
@@ -17,8 +17,8 @@ class Cheats {
}; };
struct Cheat { struct Cheat {
bool enabled; bool enabled = true;
CheatType type; CheatType type = CheatType::ActionReplay;
std::vector<u32> instructions; std::vector<u32> instructions;
}; };