some more little ps2 fixes

This commit is contained in:
aap 2020-12-20 19:13:58 +01:00
parent 84a9ca0524
commit 43b4c8dd33
3 changed files with 19 additions and 4 deletions

View file

@ -371,7 +371,11 @@ CGame::FinalShutdown(void)
CdStreamShutdown();
}
#if GTA_VERSION <= GTA3_PS2_160
bool CGame::Initialise(void)
#else
bool CGame::Initialise(const char* datFile)
#endif
{
#ifdef GTA_PS2
// TODO: upload VU0 collision code here