Actually use the dummy NACP for EnsureApplicationSaveData (#939)

This commit is contained in:
Alex Barney 2020-02-18 04:35:47 -07:00 committed by GitHub
parent 5f6949d9b0
commit 165e658f02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -688,7 +688,7 @@ namespace Ryujinx.HLE.HOS
"No control file was found for this game. Using a dummy one instead. This may cause inaccuracies in some games.");
}
Result rc = EnsureApplicationSaveData(Device.FileSystem.FsClient, out _, titleId, ref ControlData.Value, ref user);
Result rc = EnsureApplicationSaveData(Device.FileSystem.FsClient, out _, titleId, ref control, ref user);
if (rc.IsFailure())
{