Skip to content

Commit

Permalink
AUDIO: Use 49170 Hz instead of 44100 Hz for the FreeMiNT platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrosk committed Feb 25, 2023
1 parent 7165640 commit 6eb7bdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backends/mixer/sdl/sdl-mixer.cpp
Expand Up @@ -33,6 +33,8 @@
#define SAMPLES_PER_SEC 11025
#elif defined(PLAYSTATION3) || defined(PSP2) || defined(NINTENDO_SWITCH)
#define SAMPLES_PER_SEC 48000
#elif defined(__MINT__)
#define SAMPLES_PER_SEC 49170
#else
#define SAMPLES_PER_SEC 44100
#endif
Expand Down

0 comments on commit 6eb7bdc

Please sign in to comment.