mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 22:40:47 -07:00
7 lines
126 B
C#
7 lines
126 B
C#
namespace Ryujinx.HLE.HOS.Services.Am
|
|
{
|
|
internal static class AmErr
|
|
{
|
|
public const int NoMessages = 3;
|
|
}
|
|
} |