1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 06:46:26 -05:00

Bugfix LibHac update to 0.13.3 and remove SD card workaround (#2579)

This commit is contained in:
Alex Barney
2021-08-26 14:18:49 -07:00
committed by GitHub
parent 686b63e479
commit 32cad88cc6
3 changed files with 3 additions and 15 deletions

View File

@@ -273,9 +273,6 @@ namespace Ryujinx.HLE.FileSystem
rc = FixExtraDataInSpaceId(hos, SaveDataSpaceId.User);
if (rc.IsFailure()) return rc;
rc = FixExtraDataInSpaceId(hos, SaveDataSpaceId.SdCache);
if (rc.IsFailure()) return rc;
return Result.Success;
}