mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
Merge pull request #5592 from MerryMage/config-commandline
Config: Remove creation of unnecessary CommandLine layer
This commit is contained in:
commit
a3710745c5
@ -92,7 +92,6 @@ void Save()
|
||||
void Init()
|
||||
{
|
||||
// These layers contain temporary values
|
||||
s_layers[LayerType::CommandLine] = std::make_unique<Layer>(LayerType::CommandLine);
|
||||
ClearCurrentRunLayer();
|
||||
// This layer always has to exist
|
||||
s_layers[LayerType::Meta] = std::make_unique<RecursiveLayer>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user