mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 23:06:40 +00:00
Go back to block_size correctly after sync change.
This commit is contained in:
parent
b9b9454c7d
commit
dac374605d
@ -79,9 +79,8 @@ static void set_fast_forward_button(bool new_button_state, bool new_hold_button_
|
||||
if (g_extern.audio_active)
|
||||
audio_set_nonblock_state_func(g_settings.audio.sync ? syncing_state : true);
|
||||
|
||||
if (syncing_state)
|
||||
g_extern.audio_data.chunk_size =
|
||||
syncing_state ? g_extern.audio_data.nonblock_chunk_size : g_extern.audio_data.block_chunk_size;
|
||||
g_extern.audio_data.chunk_size =
|
||||
syncing_state ? g_extern.audio_data.nonblock_chunk_size : g_extern.audio_data.block_chunk_size;
|
||||
}
|
||||
|
||||
old_button_state = new_button_state;
|
||||
|
Loading…
Reference in New Issue
Block a user