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

@ -38,6 +38,7 @@ private:
void ConfigPad(wxCommandEvent& event);
void ConfigVFS(wxCommandEvent& event);
void ConfigVHDD(wxCommandEvent& event);
void ConfigAutoPause(wxCommandEvent& event);
void OpenELFCompiler(wxCommandEvent& evt);
void OpenMemoryViewer(wxCommandEvent& evt);
void OpenRSXDebugger(wxCommandEvent& evt);