X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.h;h=22053bbc8a3dfccd3bb51bc78a720149c618deea;hb=62f81aad32cfa868bc10b25b0457fb8e28c11865;hp=7ce9e5d63fe5183bafe899745a025e0e8534589d;hpb=ad72cb33d8ef068b92a059a774dd7871d052a707;p=pcsx_rearmed.git diff --git a/frontend/main.h b/frontend/main.h index 7ce9e5d6..22053bbc 100644 --- a/frontend/main.h +++ b/frontend/main.h @@ -91,7 +91,7 @@ static inline void emu_set_action(enum sched_action action_) if (action_ == SACTION_NONE) emu_action_old = 0; else if (action_ != emu_action_old) - stop = 1; + stop++; emu_action = action_; }