From 3b6bd03c4938539e64b23c039057a51d92213baf Mon Sep 17 00:00:00 2001 From: nastys <7950891+nastys@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:46:52 +0100 Subject: [PATCH] Render.dva: don't force WQHD --- source-code/source/plugins/Render/dllmain.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 +}