We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59dcd3 commit 6371cd2Copy full SHA for 6371cd2
shared/sdk/Application.cpp
@@ -68,6 +68,7 @@ Application::Function* Application::get_functions() {
68
spdlog::info("Skipping invalid Application::functions offset: {:x}", candidate);
69
}
70
71
+#ifndef MHWILDS
72
// For all the other RE Engine games in existence.
73
for (auto ref = utility::scan(mod, "44 8B ? ? ? 00 00 4C 8D ? ? ? ? 00 41");
74
ref;
@@ -105,6 +106,7 @@ Application::Function* Application::get_functions() {
105
106
107
108
109
+#endif
110
111
bool found_wait_rendering = false;
112
bool found_begin_rendering = false;
0 commit comments