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":
|
case "PSX":
|
||||||
return CoreSystem.Playstation;
|
return CoreSystem.Playstation;
|
||||||
|
|
||||||
case "PSP":
|
|
||||||
return CoreSystem.PSP;
|
|
||||||
|
|
||||||
case "SAT":
|
case "SAT":
|
||||||
return CoreSystem.Saturn;
|
return CoreSystem.Saturn;
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
Genesis,
|
Genesis,
|
||||||
Saturn,
|
Saturn,
|
||||||
MasterSystem,
|
MasterSystem,
|
||||||
PSP,
|
|
||||||
Playstation,
|
Playstation,
|
||||||
WonderSwan,
|
WonderSwan,
|
||||||
Libretro,
|
Libretro,
|
||||||
|
|
Loading…
Reference in New Issue