forked from Green-Sky/tomato
also fix android
This commit is contained in:
parent
9fd2440ec6
commit
25b55b3530
@ -30,7 +30,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
#ifdef __ANDROID__
|
||||
// change current working dir to internal storage
|
||||
std::filesystem::current_path(SDL_AndroidGetInternalStoragePath());
|
||||
std::filesystem::current_path(SDL_GetAndroidInternalStoragePath());
|
||||
#endif
|
||||
|
||||
// setup hints
|
||||
|
Loading…
Reference in New Issue
Block a user