mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
Win32 move default user folder location to AppData
This commit is contained in:
parent
c728fccd9e
commit
92977a28a8
2 changed files with 24 additions and 0 deletions
|
@ -154,6 +154,7 @@ std::string GetBundleDirectory();
|
|||
|
||||
#ifdef _WIN32
|
||||
std::string& GetExeDirectory();
|
||||
std::string& AppDataLocalDirectory();
|
||||
#endif
|
||||
|
||||
size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue