SWITCH: add nintendo switch support
This commit is contained in:
parent
29028731c6
commit
488bbb267a
14 changed files with 825 additions and 9 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
#if defined(GP2X)
|
||||
#define SAMPLES_PER_SEC 11025
|
||||
#elif defined(PLAYSTATION3) || defined(PSP2)
|
||||
#elif defined(PLAYSTATION3) || defined(PSP2) || defined(NINTENDO_SWITCH)
|
||||
#define SAMPLES_PER_SEC 48000
|
||||
#else
|
||||
#define SAMPLES_PER_SEC 44100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue