Use the titleIDs list.

It's missing some columns compared to redump but the list
is more complete I think.
This csv contains only the [PSP] titles from titleIDs.txt.
This commit is contained in:
King_DuckZ 2020-03-04 02:30:28 +01:00
parent cb0d0e6941
commit 561f3ed58f
2 changed files with 4274 additions and 1 deletions

4273
data/titleIDs.csv Normal file

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@ project('psp2name', 'd', 'c',
default_options: ['buildtype=debug'],
)
pspgamelists = files('data/redump.csv')
pspgamelists = files('data/titleIDs.csv')
d_compiler = meson.get_compiler('d')
#if get_option('buildtype') == 'release'