sys_event: cleanup (replace vm::temporary_unlock)

Also made minor changes in sys_rsx.cpp.
Removed unused exception std headers.
This commit is contained in:
Nekotekina 2020-10-30 17:43:09 +03:00
parent f972fa26a4
commit 605d57c541
15 changed files with 41 additions and 43 deletions

View file

@ -22,7 +22,6 @@
#include <sstream>
#include <thread>
#include <unordered_set>
#include <exception>
#include <cfenv>
class GSRender;