mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 12:00:51 +00:00
SampleManager
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
#include "skeleton.h"
|
||||
#include "platform.h"
|
||||
|
||||
|
||||
// --MIAMI: file done
|
||||
|
||||
static RwBool DefaultVideoMode = TRUE;
|
||||
|
||||
@ -371,8 +371,8 @@ RsRwInitialize(void *displayID)
|
||||
|
||||
psNativeTextureSupport();
|
||||
|
||||
RwTextureSetAutoMipmapping(TRUE);
|
||||
RwTextureSetMipmapping(FALSE);
|
||||
RwTextureSetAutoMipmapping(FALSE);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user