mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Config/Layer: Fix accidental cast of RecursiveSection to Section
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
namespace Config
|
||||
{
|
||||
using LayerMap = std::map<System, std::vector<Section>>;
|
||||
using LayerMap = std::map<System, std::vector<std::unique_ptr<Section>>>;
|
||||
|
||||
class ConfigLayerLoader
|
||||
{
|
||||
|
Reference in New Issue
Block a user