diff --git a/BizHawk.Emulation.Cores/Libretro/LibretroApi_BRK.cs b/BizHawk.Emulation.Cores/Libretro/LibretroApi_BRK.cs index 1a0dab0fac..e5a5e26cd3 100644 --- a/BizHawk.Emulation.Cores/Libretro/LibretroApi_BRK.cs +++ b/BizHawk.Emulation.Cores/Libretro/LibretroApi_BRK.cs @@ -11,8 +11,11 @@ } //switch(msg) + // TODO: do we want this ever? +#if false Message(eMessage.Resume); return true; +#endif } } } \ No newline at end of file