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