diff --git a/source-code/source/plugins/Render/dllmain.cpp b/source-code/source/plugins/Render/dllmain.cpp index 4510bb0..9175f90 100644 --- a/source-code/source/plugins/Render/dllmain.cpp +++ b/source-code/source/plugins/Render/dllmain.cpp @@ -286,14 +286,14 @@ BOOL APIENTRY DllMain(HMODULE hModule, DetourTransactionBegin(); DetourUpdateThread(GetCurrentThread()); - switch (game_version) - { - case 600: - DetourAttach(&(PVOID&)divaParseParameters_600, hookedParseParameters); - break; - default: - DetourAttach(&(PVOID&)divaParseParameters_710, hookedParseParameters); - } + //switch (game_version) + //{ + //case 600: + // DetourAttach(&(PVOID&)divaParseParameters_600, hookedParseParameters); + // break; + //default: + // DetourAttach(&(PVOID&)divaParseParameters_710, hookedParseParameters); + //} DetourTransactionCommit(); @@ -390,4 +390,4 @@ extern "C" __declspec(dllexport) LPCWSTR GetPluginName(void) extern "C" __declspec(dllexport) LPCWSTR GetPluginDescription(void) { return L"Applies window mode/size and FPS limiting."; -} \ No newline at end of file +}