From 25b55b3530794eae46ca857c9f862fe3f0523ba7 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 18 Jul 2024 12:31:28 +0200 Subject: [PATCH] also fix android --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4048c0ea..b94cf8b6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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