Skip to content

Commit

Permalink
implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jul 23, 2023
1 parent 1fbdaed commit 63e1595
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/compat/pentazemin/syspatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@ void AdrenalineSysPatch(){
SceModule2* loadcore = patchLoaderCore();
PatchIoFileMgr();
PatchMemlmd();

// Register plugin handler
prevPluginHandler = sctrlHENSetPluginHandler(&pluginHandler);

// initialize Adrenaline Layer
initAdrenaline();
}

0 comments on commit 63e1595

Please sign in to comment.