mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 12:00:51 +00:00
merge attempt
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
#include "skeleton.h"
|
||||
#include "platform.h"
|
||||
#include "main.h"
|
||||
#include "MemoryHeap.h"
|
||||
|
||||
// --MIAMI: file done
|
||||
|
||||
@ -306,6 +307,8 @@ RsRwInitialize(void *displayID)
|
||||
{
|
||||
RwEngineOpenParams openParams;
|
||||
|
||||
PUSH_MEMID(MEMID_RENDER); // NB: not popped on failed return
|
||||
|
||||
/*
|
||||
* Start RenderWare...
|
||||
*/
|
||||
@ -373,6 +376,8 @@ RsRwInitialize(void *displayID)
|
||||
RwTextureSetAutoMipmapping(TRUE);
|
||||
RwTextureSetMipmapping(FALSE);
|
||||
|
||||
POP_MEMID();
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user