mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
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:
parent
27403162ad
commit
069aa9fb2a
9 changed files with 399 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue