mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-17 11:42:54 +00:00
7 lines
93 B
C#
7 lines
93 B
C#
namespace Ryujinx.Core.OsHle.IpcServices
|
|
{
|
|
enum ErrorModule
|
|
{
|
|
Fs = 2,
|
|
}
|
|
} |