mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-06 17:49:43 +00:00
9 lines
No EOL
162 B
C#
9 lines
No EOL
162 B
C#
namespace Ryujinx.HLE.HOS.Kernel.Common
|
|
{
|
|
enum MemorySize : byte
|
|
{
|
|
MemorySize4GB = 0,
|
|
MemorySize6GB = 1,
|
|
MemorySize8GB = 2
|
|
}
|
|
} |