From 89f6683b7e66d18f8fe213a5a0d034c6b3538dff Mon Sep 17 00:00:00 2001 From: goyuken Date: Sat, 24 Nov 2012 22:31:58 +0000 Subject: [PATCH] add genesis to the warning list when recording a new movie --- BizHawk.MultiClient/MainForm.Movie.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/MainForm.Movie.cs b/BizHawk.MultiClient/MainForm.Movie.cs index db98538a62..86d2dc4e30 100644 --- a/BizHawk.MultiClient/MainForm.Movie.cs +++ b/BizHawk.MultiClient/MainForm.Movie.cs @@ -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 " +