mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-19 13:36:53 +02:00
9 lines
No EOL
180 B
C#
9 lines
No EOL
180 B
C#
namespace Ryujinx.Ui.Common.Configuration
|
|
{
|
|
public enum ConfigurationLoadResult
|
|
{
|
|
Success = 0,
|
|
NotLoaded = 1,
|
|
MigratedFromPreVulkan = 1 << 8
|
|
}
|
|
} |