Add PSP to the list of consoles to warn about if attempt to record a movie

This commit is contained in:
adelikat 2013-07-31 13:21:46 +00:00
parent 4044a9098b
commit 42fb0d127b
1 changed files with 2 additions and 1 deletions

View File

@ -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 " +