mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
update compat warning text
This commit is contained in:
parent
ae66bebb31
commit
7d3a07b2e7
@ -66,13 +66,14 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
|||||||
|
|
||||||
if (_strcmpi(s, "WIN95") == 0 || _strcmpi(s, "WIN98") == 0 || _strcmpi(s, "NT4SP5") == 0)
|
if (_strcmpi(s, "WIN95") == 0 || _strcmpi(s, "WIN98") == 0 || _strcmpi(s, "NT4SP5") == 0)
|
||||||
{
|
{
|
||||||
char mes[128] = { 0 };
|
char mes[280] = { 0 };
|
||||||
|
|
||||||
_snprintf(
|
_snprintf(
|
||||||
mes,
|
mes,
|
||||||
sizeof(mes) - 1,
|
sizeof(mes) - 1,
|
||||||
"Please disable the '%s' compatibility mode for all game executables and "
|
"Warning: Compatibility modes detected. \n\nIf there are issues with the game then try to "
|
||||||
"then try to start the game again.",
|
"disable the '%s' compatibility mode for all game executables and then start the game again.\n\n"
|
||||||
|
"Note: You can disable this warning via ddraw.ini -> 'no_compat_warning=true'",
|
||||||
s);
|
s);
|
||||||
|
|
||||||
if (!g_config.no_compat_warning)
|
if (!g_config.no_compat_warning)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user