add genesis to the warning list when recording a new movie
This commit is contained in:
parent
1a61d2830b
commit
89f6683b7e
|
@ -86,7 +86,7 @@ namespace BizHawk.MultiClient
|
|||
public void RecordMovie()
|
||||
{
|
||||
// put any BEETA quality cores here
|
||||
if (Global.Emulator is Emulation.Consoles.Nintendo.GBA.GBA)
|
||||
if (Global.Emulator is Emulation.Consoles.Nintendo.GBA.GBA || Global.Emulator is Emulation.Consoles.Sega.Genesis)
|
||||
{
|
||||
var result = MessageBox.Show
|
||||
(this, "Thanks for using Bizhawk! The emulation core you have selected " +
|
||||
|
|
Loading…
Reference in New Issue