mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-30 23:07:44 +02:00
7 lines
No EOL
119 B
C#
7 lines
No EOL
119 B
C#
namespace Ryujinx.HLE.OsHle.Services.Am
|
|
{
|
|
static class AmErr
|
|
{
|
|
public const int NoMessages = 3;
|
|
}
|
|
} |