mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Remove redundant Config prefix from ConfigInfo/ConfigLocation
Both structs are already in the Config namespace.
This commit is contained in:
parent
66c91b9dfb
commit
19da101164
34 changed files with 543 additions and 577 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue