Update native

This commit is contained in:
Henrik Rydgard 2014-12-18 22:43:54 +01:00
parent 0c12cbab42
commit 5460f7c54b
2 changed files with 3 additions and 2 deletions

View file

@ -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();

2
native

@ -1 +1 @@
Subproject commit ae9d05f6a2e6a3c5c99dce2d9ce2f608ee34c32f
Subproject commit c958ca6b4c05364c1c2a4e3eda5b355328ec8049