Skip to content

Commit

Permalink
Return to 22050 Hz audio. 48000 Hz was just too much to handle, appar…
Browse files Browse the repository at this point in the history
…ently.
  • Loading branch information
Nebuleon committed Dec 30, 2012
1 parent 8956d5c commit 1bdf314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/nds/ds2sound.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#define SND_SAMPLE_RATE_7 48000

// Settings in use. The number should match in all three settings.
#define DS2_BUFFER_SIZE DS2_BUFFER_SIZE_7
#define SND_SAMPLE_RATE SND_SAMPLE_RATE_7
#define SNES9X_SRATE_ID 7
#define DS2_BUFFER_SIZE DS2_BUFFER_SIZE_4
#define SND_SAMPLE_RATE SND_SAMPLE_RATE_4
#define SNES9X_SRATE_ID 4

0 comments on commit 1bdf314

Please sign in to comment.