Removed junk files. Removed unnecessary code and comments. Reorganized projects.
This commit is contained in:
@@ -47,7 +47,6 @@ static void LoadFixDLL()
|
||||
fixLib = LoadLibraryA("RobocopUBCore.dll");
|
||||
|
||||
if (!fixLib) {
|
||||
// Optionnel: message d'erreur ou fallback
|
||||
MessageBoxA(nullptr, "Impossible to load game core dll", "Erreur", MB_OK);
|
||||
return;
|
||||
}
|
||||
@@ -221,7 +220,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD ul_reason_for_call, LPVOID)
|
||||
return FALSE;
|
||||
|
||||
LoadSettings();
|
||||
//LoadFixDLL();
|
||||
reshade::register_overlay("Robocop Unfinished Business", &on_overlay_draw);
|
||||
reshade::register_event<reshade::addon_event::init_effect_runtime>(
|
||||
[](reshade::api::effect_runtime* runtime) {
|
||||
|
||||
Reference in New Issue
Block a user