Skip to content

Commit 6371cd2

Browse files
committed
Hot fix
1 parent e59dcd3 commit 6371cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/sdk/Application.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Application::Function* Application::get_functions() {
6868
spdlog::info("Skipping invalid Application::functions offset: {:x}", candidate);
6969
}
7070

71+
#ifndef MHWILDS
7172
// For all the other RE Engine games in existence.
7273
for (auto ref = utility::scan(mod, "44 8B ? ? ? 00 00 4C 8D ? ? ? ? 00 41");
7374
ref;
@@ -105,6 +106,7 @@ Application::Function* Application::get_functions() {
105106

106107
spdlog::info("Skipping invalid Application::functions offset: {:x}", candidate);
107108
}
109+
#endif
108110

109111
bool found_wait_rendering = false;
110112
bool found_begin_rendering = false;

0 commit comments

Comments
 (0)