From 93c2644506c73086bd8b0771a71c59980162087b Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 19 Mar 2020 10:37:29 -0500 Subject: [PATCH] #if false some unreachable code in LibretroAPI --- BizHawk.Emulation.Cores/Libretro/LibretroApi_BRK.cs | 3 +++ 1 file changed, 3 insertions(+) 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