Skip to content

Commit

Permalink
Reverted default sound mode to Push with increased bufffer. Pull caus…
Browse files Browse the repository at this point in the history
…ed glitches in some cases
  • Loading branch information
midwan committed Sep 22, 2021
1 parent fd95c63 commit 620ef84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/amiberry.conf
Expand Up @@ -22,8 +22,8 @@ default_width=640
default_height=512
default_fullscreen_mode=2
default_stereo_separation=7
default_sound_buffer=8192
default_sound_pull=yes
default_sound_buffer=16384
default_sound_pull=no
default_joystick_deadzone=33
default_retroarch_quit=yes
default_retroarch_menu=yes
Expand Down
4 changes: 2 additions & 2 deletions src/include/options.h
Expand Up @@ -1152,8 +1152,8 @@ struct amiberry_options
int default_height = 512;
int default_fullscreen_mode = false;
int default_stereo_separation = 7;
int default_sound_buffer = 8192;
bool default_sound_pull = true;
int default_sound_buffer = 16384;
bool default_sound_pull = false;
int default_joystick_deadzone = 33;
bool default_retroarch_quit = true;
bool default_retroarch_menu = true;
Expand Down

0 comments on commit 620ef84

Please sign in to comment.