mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 01:24:09 +00:00
some PS2 things
This commit is contained in:
parent
be92b57b54
commit
fc312113d2
4 changed files with 32 additions and 19 deletions
|
@ -465,8 +465,11 @@ PreAllocateRwObjects(void)
|
|||
static RwBool
|
||||
Initialise3D(void *param)
|
||||
{
|
||||
PUSH_MEMID(MEMID_RENDER);
|
||||
|
||||
if (RsRwInitialize(param))
|
||||
{
|
||||
POP_MEMID();
|
||||
#ifdef DEBUGMENU
|
||||
DebugMenuInit();
|
||||
DebugMenuPopulate();
|
||||
|
@ -485,8 +488,10 @@ Initialise3D(void *param)
|
|||
#ifdef SCREEN_DROPLETS
|
||||
ScreenDroplets::InitDraw();
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
POP_MEMID();
|
||||
|
||||
return (FALSE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue