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