Savestates: Move "Start Paused" setting to UI

This commit is contained in:
Eladash 2022-11-04 19:15:53 +02:00 committed by Megamouse
parent a00f9e4211
commit 69368d972d
7 changed files with 15 additions and 9 deletions

View file

@ -429,7 +429,7 @@ void pad_thread::operator()()
m_mask_start_press_to_unpause &= pressed_mask;
if (!pressed_mask || timestamp - m_track_start_press_begin_timestamp >= 1'000'000)
if (!pressed_mask || timestamp - m_track_start_press_begin_timestamp >= 700'000)
{
m_track_start_press_begin_timestamp = timestamp;