mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-10 12:17:51 +02:00
Refactor IPC services to have commands into separate classes, fix readme url
This commit is contained in:
7
Ryujinx.Core/OsHle/IpcServices/ErrorModule.cs
Normal file
7
Ryujinx.Core/OsHle/IpcServices/ErrorModule.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Core.OsHle.IpcServices
|
||||
{
|
||||
enum ErrorModule
|
||||
{
|
||||
Fs = 2,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user