mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 09:37:58 -05:00
Return by value and other fixes
This commit is contained in:
@ -154,7 +154,7 @@ std::string GetBundleDirectory();
|
||||
|
||||
#ifdef _WIN32
|
||||
std::string& GetExeDirectory();
|
||||
std::string& AppDataLocalDirectory();
|
||||
std::string AppDataLocalDirectory();
|
||||
#endif
|
||||
|
||||
size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename);
|
||||
|
Reference in New Issue
Block a user