1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

load game data from shared dir

kambala-decapitator/vcmi#15
This commit is contained in:
Andrey Filipenkov
2021-03-18 17:02:02 +03:00
parent 5f97bf0be8
commit 2fc4d48215
4 changed files with 60 additions and 37 deletions

View File

@@ -402,9 +402,9 @@ std::vector<bfs::path> VCMIDirsIOS::dataPaths() const
{
return {
#ifdef VCMI_IOS_SIM
// fixme ios
{"/Users/kambala/Library/Application Support/vcmi"},
{ios_hostApplicationSupportPath()},
#endif
{ios_sharedDataPath()},
binaryPath(),
userDataPath(),
};