add 7800 to the "warn before starting a movie" list

This commit is contained in:
goyuken 2012-12-15 20:35:37 +00:00
parent d4ef18c422
commit 6e3dbde76c
1 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,9 @@ namespace BizHawk.MultiClient
public void RecordMovie()
{
// put any BEETA quality cores here
if (Global.Emulator is Emulation.Consoles.Nintendo.GBA.GBA || Global.Emulator is Emulation.Consoles.Sega.Genesis)
if (Global.Emulator is Emulation.Consoles.Nintendo.GBA.GBA ||
Global.Emulator is Emulation.Consoles.Sega.Genesis ||
Global.Emulator is Emulation.Atari7800)
{
var result = MessageBox.Show
(this, "Thanks for using Bizhawk! The emulation core you have selected " +