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:
parent
b11fed8051
commit
4a9d9e09e9
|
@ -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 " +
|
||||
|
|
Loading…
Reference in New Issue