mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-03-23 05:15:46 -05:00
7 lines
89 B
C#
7 lines
89 B
C#
namespace Ryujinx.Core.OsHle.Objects
|
|
{
|
|
enum ErrorModule
|
|
{
|
|
Fs = 2,
|
|
}
|
|
} |