mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 00:28:04 -05:00
Win32 move default user folder location to AppData
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user