namespace Ryujinx.Common.Configuration { public enum VSyncMode { Switch, Unbounded, Custom } }