mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Config: Add layers CommandLine and CurrentRun
This commit is contained in:
parent
41afe78a44
commit
1e766ab490
3 changed files with 10 additions and 0 deletions
|
@ -421,6 +421,7 @@ void Stop()
|
|||
|
||||
void RestoreConfig()
|
||||
{
|
||||
Config::ClearCurrentRunLayer();
|
||||
Config::RemoveLayer(Config::LayerType::Movie);
|
||||
Config::RemoveLayer(Config::LayerType::Netplay);
|
||||
Config::RemoveLayer(Config::LayerType::GlobalGame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue