mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-13 14:21:08 +00:00
Fix coding style for fast forward message
This commit is contained in:
parent
5a990841dc
commit
b73a8750e4
@ -2766,7 +2766,7 @@ static enum runloop_state runloop_check_state(
|
||||
|
||||
if (new_button_state && !old_button_state)
|
||||
{
|
||||
if (input_nonblock_state){
|
||||
if (input_nonblock_state) {
|
||||
input_driver_unset_nonblock_state();
|
||||
runloop_fastmotion = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user