Update native
This commit is contained in:
parent
0c12cbab42
commit
5460f7c54b
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
// 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_nice_name = "PPSSPP";
|
||||||
*app_dir_name = "ppsspp";
|
*app_dir_name = "ppsspp";
|
||||||
*landscape = true;
|
*landscape = true;
|
||||||
|
*version = PPSSPP_GIT_VERSION;
|
||||||
|
|
||||||
#if defined(ARM) && defined(ANDROID)
|
#if defined(ARM) && defined(ANDROID)
|
||||||
ArmEmitterTest();
|
ArmEmitterTest();
|
||||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
||||||
Subproject commit ae9d05f6a2e6a3c5c99dce2d9ce2f608ee34c32f
|
Subproject commit c958ca6b4c05364c1c2a4e3eda5b355328ec8049
|
Loading…
Add table
Add a link
Reference in a new issue