chore(TU30): add all the DLC packs present in TU30 and fix split saves not having a case for windows

This commit is contained in:
Marvelco
2026-04-22 09:43:30 +10:00
committed by la
parent 175e161fb7
commit 0b3b9c4c9f
179 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -7,10 +7,11 @@ RegionFileCache RegionFileCache::s_defaultCache;
bool RegionFileCache::useSplitSaves(ESavePlatform platform)
{
switch(platform)
switch (platform)
{
case SAVE_FILE_PLATFORM_XBONE:
case SAVE_FILE_PLATFORM_PS4:
case SAVE_FILE_PLATFORM_WIN64:
return true;
default:
return false;