mainclient: add n64 and saturn to the list of consoles that give a warning when trying to record a new movie

This commit is contained in:
goyuken 2013-05-03 20:10:44 +00:00
parent b11fed8051
commit 4a9d9e09e9
1 changed files with 3 additions and 1 deletions

View File

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