CGame::Process() && CGame::ReloadIPLs

This commit is contained in:
nmzik 2019-10-19 01:23:40 +03:00
commit f56684d04e
44 changed files with 225 additions and 3 deletions

View file

@ -30,6 +30,7 @@ public:
static void FinalShutdown(void);
static void ShutDownForRestart(void);
static void Process(void);
static void ReloadIPLs(void);
// NB: these do something on PS2
static void TidyUpMemory(bool, bool) {}