X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.h;h=22053bbc8a3dfccd3bb51bc78a720149c618deea;hb=8a20e961740222fc34d48b8e7a0c6fd7c6909350;hp=7ce9e5d63fe5183bafe899745a025e0e8534589d;hpb=69e482e3def6669a4fa921d07f9ba04883d7de34;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_; }