add genesis to the warning list when recording a new movie

This commit is contained in:
goyuken 2012-11-24 22:31:58 +00:00
parent 1a61d2830b
commit 89f6683b7e
1 changed files with 1 additions and 1 deletions

View File

@ -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 " +