From aba75186e92f2dd0dd459642f58edf159ab51f86 Mon Sep 17 00:00:00 2001
From: Ac_K <Acoustik666@gmail.com>
Date: Fri, 9 Feb 2018 01:51:13 +0100
Subject: [PATCH] Copy Paste mistake (#4)

Logging.Warn instead of Logging.Warning
---
 Ryujinx/OsHle/Objects/AudIAudioOut.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ryujinx/OsHle/Objects/AudIAudioOut.cs b/Ryujinx/OsHle/Objects/AudIAudioOut.cs
index c04a23ad1..319d17fe7 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;
                 }