Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW committed Jul 11, 2018
1 parent fa12163 commit ccc64b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cef/systemctrl/main.c
Expand Up @@ -444,14 +444,14 @@ int OnModuleStart(SceModule2 *mod) {
u32 func = sctrlHENFindImport(modname, "IoFileMgrForUser", 0xE3EB004C);
if (func) {
MAKE_DUMMY_FUNCTION(func, 0);
ClearCaches();
}
} else if (strcmp(modname, "tekken") == 0) {
ClearCaches();
}
} else if (strcmp(modname, "tekken") == 0) {
u32 func = sctrlHENFindImport(modname, "scePower", 0x34F9C463);
if (func) {
MAKE_DUMMY_FUNCTION(func, 222);
ClearCaches();
}
ClearCaches();
}
} else if (strcmp(modname, "KHBBS_patch") == 0) {
MAKE_DUMMY_FUNCTION(mod->entry_addr, 1);
ClearCaches();
Expand Down

0 comments on commit ccc64b9

Please sign in to comment.