From cb7d1b3709395c13187e119f7cc05dcc38145508 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Thu, 20 Jul 2023 22:23:10 +0200 Subject: [PATCH] Normalize module names All lowercase. --- r5dev/core/shared_pch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r5dev/core/shared_pch.h b/r5dev/core/shared_pch.h index 9b1e31a6..bdfa5fe3 100644 --- a/r5dev/core/shared_pch.h +++ b/r5dev/core/shared_pch.h @@ -69,8 +69,8 @@ #define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004 #endif -#define MAIN_WORKER_DLL "GameSDK.dll" -#define SERVER_WORKER_DLL "Dedicated.dll" +#define MAIN_WORKER_DLL "gamesdk.dll" +#define SERVER_WORKER_DLL "dedicated.dll" #define CLIENT_WORKER_DLL "bin\\x64_retail\\client.dll" #define MAIN_GAME_DLL "r5apex.exe"