mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 23:54:09 +00:00
some PS2 things
This commit is contained in:
parent
be92b57b54
commit
fc312113d2
4 changed files with 32 additions and 19 deletions
|
@ -307,8 +307,6 @@ RsRwInitialize(void *displayID)
|
|||
{
|
||||
RwEngineOpenParams openParams;
|
||||
|
||||
PUSH_MEMID(MEMID_RENDER); // NB: not popped on failed return
|
||||
|
||||
/*
|
||||
* Start RenderWare...
|
||||
*/
|
||||
|
@ -376,8 +374,6 @@ RsRwInitialize(void *displayID)
|
|||
RwTextureSetAutoMipmapping(TRUE);
|
||||
RwTextureSetMipmapping(FALSE);
|
||||
|
||||
POP_MEMID();
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue