Merge branch 'smartcmd:main' into main

This commit is contained in:
piebot
2026-03-11 08:59:51 +03:00
committed by GitHub
4 changed files with 85 additions and 2 deletions
+5
View File
@@ -12,6 +12,11 @@ bool RegionFileCache::useSplitSaves(ESavePlatform platform)
case SAVE_FILE_PLATFORM_XBONE:
case SAVE_FILE_PLATFORM_PS4:
return true;
case SAVE_FILE_PLATFORM_WIN64:
{
LevelGenerationOptions* lgo = app.getLevelGenerationOptions();
return (lgo != nullptr && lgo->isFromDLC());
}
default:
return false;
};