Add internal Config support

Add Config Class.
Add Ryujinx.conf file (Ini file).
Use the Config Class inside Logging.
This commit is contained in:
AcK77 2018-02-09 03:36:17 +01:00
parent ba62956cae
commit 21b5386841
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#Enabled print informations logs
Logging_Enable_Info = false
Logging_Enable_Info = true
#Enabled print trace logs
Logging_Enable_Trace = true

View file

@ -50,7 +50,7 @@ namespace Ryujinx.OsHle.Objects
}
catch (Exception)
{
Logging.Warning("OpenAL Error! PS: Install OpenAL Core SDK!");
Logging.Warn("OpenAL Error! PS: Install OpenAL Core SDK!");
OpenALInstalled = false;
}