Bugfix LibHac update to 0.13.3 and remove SD card workaround (#2579)
This commit is contained in:
parent
686b63e479
commit
32cad88cc6
3 changed files with 3 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue