as far as i know, SGB movie recording is fully functional now. the mnemonic is the same as SNES, the system id is "SGB"
This commit is contained in:
parent
ddf99f789c
commit
b5b164caf3
|
@ -345,6 +345,7 @@ namespace BizHawk.MultiClient
|
|||
case "NES":
|
||||
return "|.|........|........|........|........|";
|
||||
case "SNES":
|
||||
case "SGB":
|
||||
return "|.|............|............|............|............|";
|
||||
case "SMS":
|
||||
case "GG":
|
||||
|
|
Loading…
Reference in New Issue