mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-15 11:57:43 +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;
|
|
}
|
|
} |