Move solution and projects to src
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Ui.Common.Configuration
|
||||
{
|
||||
public enum ConfigurationLoadResult
|
||||
{
|
||||
Success = 0,
|
||||
NotLoaded = 1,
|
||||
MigratedFromPreVulkan = 1 << 8
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user