mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Android: Extract Sys to a different folder than the User folder
This commit is contained in:
parent
d1c1793a34
commit
b3b7aef09a
7 changed files with 96 additions and 54 deletions
|
@ -183,6 +183,10 @@ std::string GetThemeDir(const std::string& theme_name);
|
|||
// Returns the path to where the sys file are
|
||||
std::string GetSysDirectory();
|
||||
|
||||
#ifdef ANDROID
|
||||
void SetSysDirectory(const std::string& path);
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
std::string GetBundleDirectory();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue