namespace Ryujinx.Common.Configuration { public enum HideCursorMode { Never, OnIdle, Always, } }