From b5b164caf30c6a543c4546916e14359bfb5760ea Mon Sep 17 00:00:00 2001 From: goyuken Date: Sun, 30 Sep 2012 00:27:00 +0000 Subject: [PATCH] as far as i know, SGB movie recording is fully functional now. the mnemonic is the same as SNES, the system id is "SGB" --- BizHawk.MultiClient/movie/InputAdapters.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.MultiClient/movie/InputAdapters.cs b/BizHawk.MultiClient/movie/InputAdapters.cs index 696b5a684e..d5829d016c 100644 --- a/BizHawk.MultiClient/movie/InputAdapters.cs +++ b/BizHawk.MultiClient/movie/InputAdapters.cs @@ -345,6 +345,7 @@ namespace BizHawk.MultiClient case "NES": return "|.|........|........|........|........|"; case "SNES": + case "SGB": return "|.|............|............|............|............|"; case "SMS": case "GG":