mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-28 21:50:50 +00:00
some more little ps2 fixes
This commit is contained in:
parent
84a9ca0524
commit
43b4c8dd33
3 changed files with 19 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue