Try to load cheats if there aren't any on every open of cheats menu.
This commit is contained in:
@@ -1053,7 +1053,7 @@ void RosalinaMenu_Cheats(void) {
|
|||||||
u32 pid = Cheat_GetCurrentPID(&titleId);
|
u32 pid = Cheat_GetCurrentPID(&titleId);
|
||||||
|
|
||||||
if (titleId != 0) {
|
if (titleId != 0) {
|
||||||
if (cheatTitleInfo != titleId) {
|
if (cheatTitleInfo != titleId || cheatCount == 0) {
|
||||||
Cheat_loadCheatsIntoMemory(titleId);
|
Cheat_loadCheatsIntoMemory(titleId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user