mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
AutoUpdater: support optionally restarting Dolphin after update
This commit is contained in:
@ -191,7 +191,8 @@ void SetSysDirectory(const std::string& path);
|
||||
std::string GetBundleDirectory();
|
||||
#endif
|
||||
|
||||
std::string& GetExeDirectory();
|
||||
std::string GetExePath();
|
||||
std::string GetExeDirectory();
|
||||
|
||||
bool WriteStringToFile(const std::string& str, const std::string& filename);
|
||||
bool ReadFileToString(const std::string& filename, std::string& str);
|
||||
|
Reference in New Issue
Block a user