PSP2: Add Playstation Vita (PSP2) support

This commit is contained in:
cpasjuste 2017-03-01 14:00:17 -06:00 committed by rsn8887
parent 3a7c091122
commit 70988527c6
39 changed files with 2049 additions and 15 deletions

View file

@ -32,7 +32,7 @@
#if defined(GP2X)
#define SAMPLES_PER_SEC 11025
#elif defined(PLAYSTATION3)
#elif defined(PLAYSTATION3) || defined(PSP2)
#define SAMPLES_PER_SEC 48000
#else
#define SAMPLES_PER_SEC 44100