mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 00:26:09 +00:00
Core/UICommon: Use std::move() a bit more.
This commit is contained in:
parent
ab56f3ecbd
commit
269ae6f7e8
2 changed files with 9 additions and 9 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue