mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Fix config mode reset
This commit is contained in:
parent
d8435163bb
commit
f72d148d37
2 changed files with 2 additions and 2 deletions
|
|
@ -1776,7 +1776,7 @@ void Emulator::Stop(bool restart)
|
|||
klic.clear();
|
||||
hdd1.clear();
|
||||
m_config_path.clear();
|
||||
m_config_mode == cfg_mode::custom;
|
||||
m_config_mode = cfg_mode::custom;
|
||||
|
||||
// Always Enable display sleep, not only if it was prevented.
|
||||
enable_display_sleep();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue