mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 05:37:36 -05:00
Remove redundant Config prefix from ConfigInfo/ConfigLocation
Both structs are already in the Config namespace.
This commit is contained in:
@@ -159,7 +159,7 @@ const std::string& GetLayerName(LayerType layer)
|
||||
return layer_to_name.at(layer);
|
||||
}
|
||||
|
||||
LayerType GetActiveLayerForConfig(const ConfigLocation& config)
|
||||
LayerType GetActiveLayerForConfig(const Location& config)
|
||||
{
|
||||
ReadLock lock(s_layers_rw_lock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user