add game product id
This commit is contained in:
parent
4a08856775
commit
a167b43361
|
@ -136,7 +136,9 @@ void LoadSpecialSettings()
|
|||
// Tony Hawk's Pro Skater 2
|
||||
if (!strncmp("T13008D", reios_product_number, 7) || !strncmp("T13006N", reios_product_number, 7)
|
||||
// Tony Hawk's Pro Skater 1
|
||||
|| !strncmp("T40205N", reios_product_number, 7))
|
||||
|| !strncmp("T40205N", reios_product_number, 7)
|
||||
// Tony Hawk's Skateboarding
|
||||
|| !strncmp("T40204D", reios_product_number, 7))
|
||||
settings.rend.RenderToTextureBuffer = 1;
|
||||
if (!strncmp("HDR-0176", reios_product_number, 8) || !strncmp("RDC-0057", reios_product_number, 8))
|
||||
// Cosmic Smash
|
||||
|
|
Loading…
Reference in New Issue