Skip to content

Commit f263474

Browse files
committed
big picture: increase auto repeat interval. It was way too fast.
1 parent 4db0430 commit f263474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpcs3/Emu/RSX/Overlays/BigPicture/overlay_big_picture.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace rsx
7777
case pad_button::dpad_right:
7878
case pad_button::ls_left:
7979
case pad_button::ls_right:
80-
m_auto_repeat_ms_interval = 10;
80+
m_auto_repeat_ms_interval = 100;
8181
break;
8282
default:
8383
m_auto_repeat_ms_interval = m_auto_repeat_ms_interval_default;

0 commit comments

Comments
 (0)