Updated WidescreenScaleRemoved warning
This commit is contained in:
parent
45f75ce86f
commit
9658c9b1f5
@ -91,7 +91,7 @@ namespace {
|
|||||||
}
|
}
|
||||||
if (g_settings.at("MenuAspectRatioFix")) {
|
if (g_settings.at("MenuAspectRatioFix")) {
|
||||||
if (const auto pluginInfo = GetLoadInterface()->GetPluginInfo("WidescreenScaleRemoved"); pluginInfo) {
|
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);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user