Add PSP to the list of consoles to warn about if attempt to record a movie
This commit is contained in:
parent
4044a9098b
commit
42fb0d127b
|
@ -92,7 +92,8 @@ 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.Saturn.Yabause)
|
||||
Global.Emulator is Emulation.Consoles.Sega.Saturn.Yabause ||
|
||||
Global.Emulator is Emulation.Consoles.Sony.PSP.PSP)
|
||||
{
|
||||
var result = MessageBox.Show
|
||||
(this, "Thanks for using Bizhawk! The emulation core you have selected " +
|
||||
|
|
Loading…
Reference in New Issue