namespace Ryujinx.HLE.Logging { public enum LogLevel { Debug, Stub, Info, Warning, Error } }