mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-11-29 09:15:48 -08: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