diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-07-22 03:23:12 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-07-22 03:32:46 +0300 |
commit | 7d51995640c6ad822c983249acf7aa765aa055b8 (patch) | |
tree | bee1ed6834c3f548469b330c649b93d28b5b5ffa /src/core/re3.cpp | |
parent | d596f979aad4288e113a16e1ffb074905ac4b012 (diff) |
Remove hacky way of injecting PS2 matfx on RW 3.3, remove static patcher
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r-- | src/core/re3.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index d6319f3a..8c0020d0 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -2,7 +2,6 @@ #define WITHWINDOWS #include "common.h" #include "crossplatform.h" -#include "patcher.h" #include "Renderer.h" #include "Credits.h" #include "Camera.h" |