mirror of
https://github.com/halpz/re3.git
synced 2025-07-06 21:18:54 +00:00
Remove hacky way of injecting PS2 matfx on RW 3.3, remove static patcher
This commit is contained in:
@ -76,7 +76,6 @@ static psGlobalType PsGlobal;
|
||||
{debug(TEXT("FAILED(hr=0x%x) in ") TEXT(#x) TEXT("\n"), hr); return;}
|
||||
|
||||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "main.h"
|
||||
#include "FileMgr.h"
|
||||
#include "Text.h"
|
||||
@ -1926,7 +1925,6 @@ WinMain(HINSTANCE instance,
|
||||
RwV2d pos;
|
||||
RwInt32 argc, i;
|
||||
RwChar **argv;
|
||||
StaticPatcher::Apply();
|
||||
SystemParametersInfo(SPI_SETFOREGROUNDLOCKTIMEOUT, 0, nil, SPIF_SENDCHANGE);
|
||||
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user