diff --git a/UI/NativeApp.cpp b/UI/NativeApp.cpp index 7bfe4fe7a7..e0b39db84d 100644 --- a/UI/NativeApp.cpp +++ b/UI/NativeApp.cpp @@ -244,10 +244,11 @@ int NativeMix(short *audio, int num_samples) { } // This is called before NativeInit so we do a little bit of initialization here. -void NativeGetAppInfo(std::string *app_dir_name, std::string *app_nice_name, bool *landscape) { +void NativeGetAppInfo(std::string *app_dir_name, std::string *app_nice_name, bool *landscape, std::string *version) { *app_nice_name = "PPSSPP"; *app_dir_name = "ppsspp"; *landscape = true; + *version = PPSSPP_GIT_VERSION; #if defined(ARM) && defined(ANDROID) ArmEmitterTest(); diff --git a/native b/native index ae9d05f6a2..c958ca6b4c 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit ae9d05f6a2e6a3c5c99dce2d9ce2f608ee34c32f +Subproject commit c958ca6b4c05364c1c2a4e3eda5b355328ec8049