mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Minor changes
This commit is contained in:
parent
d4e0da3f80
commit
fd628d8345
11 changed files with 113 additions and 93 deletions
|
|
@ -88,7 +88,7 @@ std::vector<std::string> GetAdapters()
|
|||
SettingsDialog::SettingsDialog(wxWindow *parent, rpcs3::config_t* cfg)
|
||||
: wxDialog(parent, wxID_ANY, "Settings", wxDefaultPosition)
|
||||
{
|
||||
const bool was_paused = Emu.Pause();
|
||||
const bool was_running = Emu.Pause();
|
||||
|
||||
static const u32 width = 458;
|
||||
static const u32 height = 400;
|
||||
|
|
@ -541,5 +541,5 @@ SettingsDialog::SettingsDialog(wxWindow *parent, rpcs3::config_t* cfg)
|
|||
Ini.Save();
|
||||
}
|
||||
|
||||
if (was_paused) Emu.Resume();
|
||||
if (was_running) Emu.Resume();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue