This website requires JavaScript.
Explore
Help
Register
Sign in
emu-mirrors
/
ryujinx-final
Archived
Watch
0
Star
0
Fork
You've already forked ryujinx-final
0
Code
Activity
This repository has been archived on
2024-10-12
. You can view files and clone it, but cannot push or open issues or pull requests.
fba0bf8732
ryujinx-final
/
Ryujinx.Core
/
OsHle
/
IpcServices
/
ErrorModule.cs
7 lines
93 B
C#
Raw
Normal View
History
Unescape
Escape
Refactor IPC services to have commands into separate classes, fix readme url
2018-02-25 04:34:16 +00:00
namespace
Ryujinx.Core.OsHle.IpcServices
FspSrv improvements, also fix ImageEnd for NROs without a MOD0 section
2018-02-21 21:56:52 +00:00
{
enum
ErrorModule
{
Fs
=
2
,
}
}
Copy permalink