mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Core/UICommon: Use std::move() a bit more.
This commit is contained in:
@ -23,7 +23,7 @@ void InhibitScreenSaver(bool enable);
|
||||
void SetLocale(std::string locale_name);
|
||||
|
||||
void CreateDirectories();
|
||||
void SetUserDirectory(const std::string& custom_path);
|
||||
void SetUserDirectory(std::string custom_path);
|
||||
|
||||
bool TriggerSTMPowerEvent();
|
||||
|
||||
|
Reference in New Issue
Block a user