remove a few more psp references
This commit is contained in:
parent
d8d12cac8b
commit
2c007e5049
|
@ -83,9 +83,6 @@ namespace BizHawk.Client.ApiHawk
|
|||
case "PSX":
|
||||
return CoreSystem.Playstation;
|
||||
|
||||
case "PSP":
|
||||
return CoreSystem.PSP;
|
||||
|
||||
case "SAT":
|
||||
return CoreSystem.Saturn;
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
Genesis,
|
||||
Saturn,
|
||||
MasterSystem,
|
||||
PSP,
|
||||
Playstation,
|
||||
WonderSwan,
|
||||
Libretro,
|
||||
|
|
Loading…
Reference in New Issue