diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-07-22 17:29:17 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-07-22 17:29:17 +0200 |
commit | f882586eb8647345e5f3aadfb09135ecd8288ea7 (patch) | |
tree | ce110f328804e7d861967bb3d6da63661c6e00f9 /src/skel/win | |
parent | Merge pull request #656 from erorcun/miami (diff) | |
parent | README 64-bit preparation (diff) | |
download | re3-f882586eb8647345e5f3aadfb09135ecd8288ea7.tar re3-f882586eb8647345e5f3aadfb09135ecd8288ea7.tar.gz re3-f882586eb8647345e5f3aadfb09135ecd8288ea7.tar.bz2 re3-f882586eb8647345e5f3aadfb09135ecd8288ea7.tar.lz re3-f882586eb8647345e5f3aadfb09135ecd8288ea7.tar.xz re3-f882586eb8647345e5f3aadfb09135ecd8288ea7.tar.zst re3-f882586eb8647345e5f3aadfb09135ecd8288ea7.zip |
Diffstat (limited to 'src/skel/win')
-rw-r--r-- | src/skel/win/win.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp index cd75236c..93f9b8f2 100644 --- a/src/skel/win/win.cpp +++ b/src/skel/win/win.cpp @@ -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" @@ -1939,7 +1938,6 @@ WinMain(HINSTANCE instance, RwV2d pos; RwInt32 argc, i; RwChar **argv; - StaticPatcher::Apply(); SystemParametersInfo(SPI_SETFOREGROUNDLOCKTIMEOUT, 0, nil, SPIF_SENDCHANGE); // TODO: make this an option somewhere |