add 7800 to the "warn before starting a movie" list
This commit is contained in:
parent
d4ef18c422
commit
6e3dbde76c
|
@ -86,7 +86,9 @@ namespace BizHawk.MultiClient
|
||||||
public void RecordMovie()
|
public void RecordMovie()
|
||||||
{
|
{
|
||||||
// put any BEETA quality cores here
|
// 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
|
var result = MessageBox.Show
|
||||||
(this, "Thanks for using Bizhawk! The emulation core you have selected " +
|
(this, "Thanks for using Bizhawk! The emulation core you have selected " +
|
||||||
|
|
Loading…
Reference in New Issue