mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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