Move solution and projects to src
This commit is contained in:
11
src/Ryujinx.HLE/HOS/Applets/Browser/BootDisplayKind.cs
Normal file
11
src/Ryujinx.HLE/HOS/Applets/Browser/BootDisplayKind.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.HLE.HOS.Applets.Browser
|
||||
{
|
||||
enum BootDisplayKind
|
||||
{
|
||||
White,
|
||||
Offline,
|
||||
Black,
|
||||
Share,
|
||||
Lobby
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user