mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 10:09:42 -06:00
Update to LibHac 0.8.2 (#889)
* Update to LibHac 0.8.2 This brings support for temporary savedata, ignores case in key names when loading from a file, and prints the rights ID correctly when missing a title key. * Auto-format IFileSystemProxy
This commit is contained in:
@ -3,7 +3,6 @@ using LibHac.Common;
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Shim;
|
||||
using LibHac.FsSystem;
|
||||
using LibHac.FsSystem.Save;
|
||||
using LibHac.Ncm;
|
||||
using Ryujinx.HLE.Utilities;
|
||||
using System;
|
||||
@ -131,7 +130,7 @@ namespace Ryujinx.Ui
|
||||
{
|
||||
SaveDataAttribute attribute = new SaveDataAttribute
|
||||
{
|
||||
Type = SaveDataType.SaveData,
|
||||
Type = SaveDataType.Account,
|
||||
UserId = userId,
|
||||
TitleId = new TitleId(titleId)
|
||||
};
|
||||
|
Reference in New Issue
Block a user