diff options
| author | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-04-09 02:52:38 +0300 |
|---|---|---|
| committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-04-09 02:52:38 +0300 |
| commit | 37691701138c8a458bc8b41944745000d27a3b83 (patch) | |
| tree | bcfad8fa942aef410f6a4ad066da7a63d8a49ed8 /src/core/Game.h | |
| parent | Fix target sprite size (diff) | |
| download | re3-37691701138c8a458bc8b41944745000d27a3b83.tar.gz | |
(PS2) TheGame/main/GameInit/SystemInit, ProcessSlowMode
Diffstat (limited to 'src/core/Game.h')
| -rw-r--r-- | src/core/Game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Game.h b/src/core/Game.h index 318ff54b..30581893 100644 --- a/src/core/Game.h +++ b/src/core/Game.h @@ -39,4 +39,5 @@ public: // NB: these do something on PS2 static void TidyUpMemory(bool, bool); static void DrasticTidyUpMemory(bool); + static void ProcessTidyUpMemory(void); }; |
