Compare commits

..

No commits in common. "1c7c0202528573ffffbd0ad7698e67fec27628eb" and "cf84e2f0262c3d00f30ef1f12499f831785f6d20" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View File

@ -7,7 +7,6 @@ Beware, spoilers ahead!
2.1.4.3 (TBD)
- Added compatibility with Skyrim SE 1.7.99.
- Added Czech localization by Dogzey.
- Added widescreen support.
- Added SkyUI 6.0 support.

View File

@ -96,12 +96,6 @@ namespace {
exit(EXIT_FAILURE);
}
}
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);
exit(EXIT_FAILURE);
}
}
if (g_settings.at("MapMarkerPlacementFixes")) {
logger::info("Initializing map market placement fixes...");
MapMarkerPlacement::Install();