Skip to content

Commit

Permalink
3rdParty: don't load dynamic libraries in rt64
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed May 28, 2024
1 parent a55f3fc commit 32c7bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/3rdParty/rt64/src/hle/rt64_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace RT64 {
}

Application::SetupResult Application::setup(uint32_t threadId) {
# ifdef _WIN64
# if defined(_WIN64) && !defined(RT64_BUILD_PLUGIN)
if (!DynamicLibraries::load()) {
fprintf(stderr, "Failed to load dynamic libraries. Make sure the dependencies are next to the Plugin's DLL.\n");
return SetupResult::Success;
Expand Down

0 comments on commit 32c7bf2

Please sign in to comment.