mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06: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