Skip to content

Commit

Permalink
adjust warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Sep 12, 2024
1 parent f690749 commit 9dbafc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dllmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
mes,
sizeof(mes) - 1,
"Warning: Compatibility modes detected. \n\nIf there are issues with the game then try to "
"disable the '%s' compatibility mode for all game executables and then start the game again.\n\n"
"disable the '%s' compatibility mode for all game executables.\n\n"
"Note: You can disable this warning via ddraw.ini -> 'no_compat_warning=true'",
s);

Expand Down

0 comments on commit 9dbafc1

Please sign in to comment.