feat: update 4JLibs & add win64 to splitsave case

This commit is contained in:
2026-08-30 18:08:18 -04:00
parent 902a6ca641
commit fc1a6a80e3
9 changed files with 27 additions and 74 deletions
+2 -2
View File
@@ -238,7 +238,7 @@ void DLCTexturePack::loadData()
if(mountIndex > -1)
{
#ifdef _DURANGO
#if (defined _DURANGO || _WINDOWS64)
if(StorageManager.MountInstalledDLC(ProfileManager.GetPrimaryPad(),mountIndex,&DLCTexturePack::packMounted,this,L"TPACK")!=ERROR_IO_PENDING)
#else
if(StorageManager.MountInstalledDLC(ProfileManager.GetPrimaryPad(),mountIndex,&DLCTexturePack::packMounted,this,"TPACK")!=ERROR_IO_PENDING)
@@ -552,7 +552,7 @@ void DLCTexturePack::loadUI()
#ifndef _XBOX
if(hasAudio()==false && !ui.IsReloadingSkin())
{
#ifdef _DURANGO
#if (defined _DURANGO || _WINDOWS64)
StorageManager.UnmountInstalledDLC(L"TPACK");
#else
StorageManager.UnmountInstalledDLC("TPACK");