mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 20:25:34 +00:00
Update missing key error since no libhac used (#14)
This commit is contained in:
parent
d0acba564f
commit
b98928f801
|
@ -361,7 +361,7 @@ class LogFileReader(Cog):
|
|||
"ICSharpCode.SharpZipLib.Zip.ZipException: Cannot find central directory",
|
||||
]
|
||||
)
|
||||
update_keys_error = error_search(["LibHac.MissingKeyException"])
|
||||
update_keys_error = error_search(["MissingKeyException"])
|
||||
file_permissions_error = error_search(
|
||||
["ResultFsPermissionDenied"]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue