also fix android

This commit is contained in:
Green Sky 2024-07-18 12:31:28 +02:00
parent 9fd2440ec6
commit 25b55b3530
No known key found for this signature in database

View File

@ -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