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:
parent
cb0d0e6941
commit
561f3ed58f
2 changed files with 4274 additions and 1 deletions
4273
data/titleIDs.csv
Normal file
4273
data/titleIDs.csv
Normal file
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@ project('psp2name', 'd', 'c',
|
||||||
default_options: ['buildtype=debug'],
|
default_options: ['buildtype=debug'],
|
||||||
)
|
)
|
||||||
|
|
||||||
pspgamelists = files('data/redump.csv')
|
pspgamelists = files('data/titleIDs.csv')
|
||||||
d_compiler = meson.get_compiler('d')
|
d_compiler = meson.get_compiler('d')
|
||||||
|
|
||||||
#if get_option('buildtype') == 'release'
|
#if get_option('buildtype') == 'release'
|
||||||
|
|
Loading…
Reference in a new issue