forked from dolphin-emu/dolphin
Config: Remove recursive layer
This commit is contained in:
@@ -34,7 +34,6 @@ enum class System
|
||||
};
|
||||
|
||||
constexpr std::array<LayerType, 7> SEARCH_ORDER{{
|
||||
// Skip the meta layer
|
||||
LayerType::CurrentRun, LayerType::CommandLine, LayerType::Movie, LayerType::Netplay,
|
||||
LayerType::LocalGame, LayerType::GlobalGame, LayerType::Base,
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user