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