From 4a9d9e09e952e5a49027cc5c462a41a81fc47238 Mon Sep 17 00:00:00 2001 From: goyuken Date: Fri, 3 May 2013 20:10:44 +0000 Subject: [PATCH] mainclient: add n64 and saturn to the list of consoles that give a warning when trying to record a new movie --- BizHawk.MultiClient/MainForm.Movie.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/MainForm.Movie.cs b/BizHawk.MultiClient/MainForm.Movie.cs index 60ab9bc5d3..d5cfd6a95d 100644 --- a/BizHawk.MultiClient/MainForm.Movie.cs +++ b/BizHawk.MultiClient/MainForm.Movie.cs @@ -91,7 +91,9 @@ namespace BizHawk.MultiClient { // put any BEETA quality cores here if (Global.Emulator is Emulation.Consoles.Nintendo.GBA.GBA || - Global.Emulator is Emulation.Consoles.Sega.Genesis) + Global.Emulator is Emulation.Consoles.Sega.Genesis || + Global.Emulator is Emulation.Consoles.Nintendo.N64.N64 || + Global.Emulator is Emulation.Consoles.Sega.Saturn.Yabause) { var result = MessageBox.Show (this, "Thanks for using Bizhawk! The emulation core you have selected " +