Copy Paste mistake

Logging.Warn instead of Logging.Warning
This commit is contained in:
Ac_K 2018-02-09 01:50:01 +01:00 committed by GitHub
parent 9e8f02b66d
commit 94d3597e85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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