remove the Beta-status warning for N64 when recording a movie
This commit is contained in:
parent
fe09e0e83e
commit
d877542ad5
|
@ -92,7 +92,6 @@ 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.Nintendo.N64.N64 ||
|
||||
Global.Emulator is Emulation.Consoles.Sega.Saturn.Yabause)
|
||||
{
|
||||
var result = MessageBox.Show
|
||||
|
|
Loading…
Reference in New Issue