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.
|
||||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue