aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaya <malte.hoermeyer@web.de>2022-10-22 22:28:32 +0200
committerGitHub <noreply@github.com>2022-10-22 21:28:32 +0100
commitc5520a53bd3b14f72b3b962a7654b941f8cf09e1 (patch)
treef60d502f9728e68611bcc3495c73d717d2520cb5
parent5a0f03a299e87252e5b943f85f33a92e18984c65 (diff)
downloadNorthstarLauncher-c5520a53bd3b14f72b3b962a7654b941f8cf09e1.tar.gz
NorthstarLauncher-c5520a53bd3b14f72b3b962a7654b941f8cf09e1.zip
Fix using wrong dll load for patching bik loading (#295)v1.10.0-rc5v1.10.0
-rw-r--r--NorthstarDLL/clientvideooverrides.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/clientvideooverrides.cpp b/NorthstarDLL/clientvideooverrides.cpp
index b9954bf2..e4d96ff5 100644
--- a/NorthstarDLL/clientvideooverrides.cpp
+++ b/NorthstarDLL/clientvideooverrides.cpp
@@ -32,7 +32,7 @@ void*, __fastcall, (const char* path, uint32_t flags))
return BinkOpen(path, flags);
}
-ON_DLL_LOAD_CLIENT("client.dll", BinkVideo, (CModule module))
+ON_DLL_LOAD_CLIENT("engine.dll", BinkVideo, (CModule module))
{
AUTOHOOK_DISPATCH()