Updated WidescreenScaleRemoved warning

This commit is contained in:
Eddoursul 2026-08-26 14:05:13 +02:00
parent 45f75ce86f
commit 9658c9b1f5

View File

@ -91,7 +91,7 @@ namespace {
}
if (g_settings.at("MenuAspectRatioFix")) {
if (const auto pluginInfo = GetLoadInterface()->GetPluginInfo("WidescreenScaleRemoved"); pluginInfo) {
MessageBoxW(NULL, L"Widescreen Scale Removed is already included in Enderal, please, disable it (remove file Data\\SKSE\\Plugins\\WidescreenScaleRemoved.dll).", L"Enderal SE Error", MB_OK | MB_ICONERROR);
MessageBoxW(NULL, L"Widescreen Scale Removed is incompatible and redundant with widescreen patches (MenuAspectRatioFix=1) in Enderal SE, please, disable it (remove file Data\\SKSE\\Plugins\\WidescreenScaleRemoved.dll).", L"Enderal SE Error", MB_OK | MB_ICONERROR);
exit(EXIT_FAILURE);
}
}