SWITCH: add nintendo switch support

This commit is contained in:
Cpasjuste 2018-09-20 16:33:08 +02:00 committed by Filippos Karapetis
parent 29028731c6
commit 488bbb267a
14 changed files with 825 additions and 9 deletions

View file

@ -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