diff options
| author | Ac_K <Acoustik666@gmail.com> | 2018-02-09 01:51:13 +0100 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-02-08 21:51:13 -0300 |
| commit | aba75186e92f2dd0dd459642f58edf159ab51f86 (patch) | |
| tree | 81ca0e25d164c7a4edb91363348084752b4189c1 | |
| parent | 9e8f02b66dabd70cfe6ec425f194119f1cb15542 (diff) | |
Copy Paste mistake (#4)
Logging.Warn instead of Logging.Warning
| -rw-r--r-- | Ryujinx/OsHle/Objects/AudIAudioOut.cs | 2 |
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; } |
