summaryrefslogtreecommitdiffstats
path: root/src/skel
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-07-22 17:29:17 +0200
committerSergeanur <s.anureev@yandex.ua>2020-07-22 17:29:17 +0200
commitf882586eb8647345e5f3aadfb09135ecd8288ea7 (patch)
treece110f328804e7d861967bb3d6da63661c6e00f9 /src/skel
parentMerge pull request #656 from erorcun/miami (diff)
parentREADME 64-bit preparation (diff)
downloadre3-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')
-rw-r--r--src/skel/glfw/glfw.cpp2
-rw-r--r--src/skel/win/win.cpp2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/skel/glfw/glfw.cpp b/src/skel/glfw/glfw.cpp
index f49f0d42..8b479681 100644
--- a/src/skel/glfw/glfw.cpp
+++ b/src/skel/glfw/glfw.cpp
@@ -16,7 +16,6 @@
#include "platform.h"
#include "crossplatform.h"
-#include "patcher.h"
#include "main.h"
#include "FileMgr.h"
#include "Text.h"
@@ -1383,7 +1382,6 @@ main(int argc, char *argv[])
#endif
RwV2d pos;
RwInt32 i;
-// StaticPatcher::Apply();
#ifndef _WIN32
struct sigaction act;
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