Move solution and projects to src
This commit is contained in:
9
src/Ryujinx.HLE/HOS/Kernel/Common/MemroySize.cs
Normal file
9
src/Ryujinx.HLE/HOS/Kernel/Common/MemroySize.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.HLE.HOS.Kernel.Common
|
||||
{
|
||||
enum MemorySize : byte
|
||||
{
|
||||
MemorySize4GiB = 0,
|
||||
MemorySize6GiB = 1,
|
||||
MemorySize8GiB = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user