aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2018-02-09 01:51:13 +0100
committergdkchan <gab.dark.100@gmail.com>2018-02-08 21:51:13 -0300
commitaba75186e92f2dd0dd459642f58edf159ab51f86 (patch)
tree81ca0e25d164c7a4edb91363348084752b4189c1
parent9e8f02b66dabd70cfe6ec425f194119f1cb15542 (diff)
Copy Paste mistake (#4)
Logging.Warn instead of Logging.Warning
-rw-r--r--Ryujinx/OsHle/Objects/AudIAudioOut.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/OsHle/Objects/AudIAudioOut.cs b/Ryujinx/OsHle/Objects/AudIAudioOut.cs
index c04a23ad..319d17fe 100644
--- a/Ryujinx/OsHle/Objects/AudIAudioOut.cs
+++ b/Ryujinx/OsHle/Objects/AudIAudioOut.cs
@@ -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;
}