Skip to content

Commit

Permalink
retroarch samplerate 48khz
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
  • Loading branch information
JoeMatt committed Dec 3, 2024
1 parent 120a949 commit 10477a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ - (instancetype)init {
_videoWidth = bounds.size.width;
_videoHeight = bounds.size.height;
_videoBitDepth = 32;
sampleRate = 44100;
sampleRate = 48000;
self->resFactor = 1;
self.ffSpeed = 300;
self.smSpeed = 300;
Expand Down

0 comments on commit 10477a4

Please sign in to comment.