diff --git a/BizHawk.Emulation.Cores/Libretro/LibRetro.cs b/BizHawk.Emulation.Cores/Libretro/LibRetro.cs index 30cb95fbd9..3119682383 100644 --- a/BizHawk.Emulation.Cores/Libretro/LibRetro.cs +++ b/BizHawk.Emulation.Cores/Libretro/LibRetro.cs @@ -5,6 +5,8 @@ using System.Text; using System.Runtime.InteropServices; using System.Reflection; +#pragma warning disable 649, 169 + using BizHawk.Common; namespace BizHawk.Emulation.Cores