Set the correct overlay game title

This commit is contained in:
2025-10-09 22:30:27 +02:00
parent f90bcc9873
commit 178e872128

View File

@@ -276,7 +276,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD ul_reason_for_call, LPVOID)
return FALSE;
LoadSettings();
reshade::register_overlay("Silent Hill f", &on_overlay_draw);
reshade::register_overlay("Blood Of Mehran", &on_overlay_draw);
reshade::register_event<reshade::addon_event::init_effect_runtime>(
[](reshade::api::effect_runtime* runtime) {
LoadFixDLL();