mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-01 11:59:38 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user