Added GUI Configuration for Auto-Pause.

You can easily configure it as what you do for VHD/VFS.
To disable/enable Auto-Pause, find the configuration checkboxes from HLE/Misc panel in Config->Setting of rpcs3.
This commit is contained in:
luxsie 2014-08-14 23:22:13 +08:00
parent 27403162ad
commit 069aa9fb2a
9 changed files with 399 additions and 14 deletions

View file

@ -20,8 +20,6 @@ namespace Debug {
public:
static AutoPause& getInstance(void);
void Reload(bool enable_pause_syscall, bool enable_pause_function);
void Reload(void);
void TryPause(u32 code);