Savestates: Implement Ctrl+R to reload the most recent savestate

Ctrl+R no longer means Resume emulation, this functionality has been transferred to Ctrl+P which is also capable of pausing the emulation. (so it's now a toggle)
This commit is contained in:
Eladash 2022-07-11 17:08:34 +03:00 committed by Ivan
parent 1f5cf776b2
commit 0bfdfd8433
8 changed files with 247 additions and 129 deletions

View file

@ -1176,7 +1176,6 @@ int main(int argc, char** argv)
return 0;
}
// run event loop (maybe only needed for the gui application)
return app->exec();
}