PSX: Add "SIPS" region code support (#598)

http://redump.org/discs/quicksearch/sips/

SIPS was a code used for some Western Imports into Japan.
This commit is contained in:
birdybro
2022-05-09 00:56:56 -06:00
committed by GitHub
parent 3db1b1475d
commit 011b95d328

View File

@@ -557,6 +557,7 @@ const region_info_t region_info_table[]
{ "SLPM", region_t::JP },
{ "SCPS", region_t::JP },
{ "SLPS", region_t::JP },
{ "SIPS", region_t::JP },
// for demo disks
{ "PUPX", region_t::US },
{ "PEPX", region_t::EU },