Skip to content

Commit

Permalink
Dragons Dogma 2: Fix proxy DLLs causing crashes (REF, ReShade, etc...)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Mar 24, 2024
1 parent 5154ccb commit 41f927b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/REFramework.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ REFramework::REFramework(HMODULE reframework_module)
spdlog::info("D3D12 loaded");
#endif

#if defined(MHRISE)
#if defined(MHRISE) || defined(DD2)
utility::load_module_from_current_directory(L"openvr_api.dll");
utility::load_module_from_current_directory(L"openxr_loader.dll");
LoadLibraryA("dxgi.dll");
Expand Down

0 comments on commit 41f927b

Please sign in to comment.