mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
AutoUpdater: support optionally restarting Dolphin after update
This commit is contained in:
parent
773ec975f3
commit
9628333b86
6 changed files with 55 additions and 22 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue