Copy Paste mistake (#4)

Logging.Warn instead of Logging.Warning
This commit is contained in:
Ac_K 2018-02-09 01:51:13 +01:00 committed by gdkchan
parent 9e8f02b66d
commit aba75186e9

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;
}