Add internal Config support
Add Config Class. Add Ryujinx.conf file (Ini file). Use the Config Class inside Logging.
This commit is contained in:
parent
ba62956cae
commit
21b5386841
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#Enabled print informations logs
|
#Enabled print informations logs
|
||||||
Logging_Enable_Info = false
|
Logging_Enable_Info = true
|
||||||
|
|
||||||
#Enabled print trace logs
|
#Enabled print trace logs
|
||||||
Logging_Enable_Trace = true
|
Logging_Enable_Trace = true
|
||||||
|
|
|
@ -50,7 +50,7 @@ namespace Ryujinx.OsHle.Objects
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
Logging.Warning("OpenAL Error! PS: Install OpenAL Core SDK!");
|
Logging.Warn("OpenAL Error! PS: Install OpenAL Core SDK!");
|
||||||
OpenALInstalled = false;
|
OpenALInstalled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue