add presets for madeline math + adds new seetings to disable compat mode warnings

This commit is contained in:
FunkyFr3sh 2024-05-30 07:20:44 +02:00
parent e7bd262681
commit e3314c0b48
4 changed files with 40 additions and 1 deletions

View file

@ -72,7 +72,8 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
"then try to start the game again.",
s);
MessageBoxA(NULL, mes, "Compatibility modes detected - cnc-ddraw", MB_OK);
if (!g_config.no_compat_warning)
MessageBoxA(NULL, mes, "Compatibility modes detected - cnc-ddraw", MB_OK);
break;
}