Prepare for multiple gesture mapping zones

This commit is contained in:
Henrik Rydgård
2026-02-04 11:26:21 +01:00
parent 8282bd0f3b
commit 03c901d0cc
8 changed files with 104 additions and 63 deletions
+6
View File
@@ -4,6 +4,10 @@
// It calls a set of methods defined in NativeApp.h. These should be implemented
// by your game or app.
#include "ppsspp_config.h"
#if PPSSPP_PLATFORM(ANDROID)
#include <cstdlib>
#include <cstdint>
@@ -1839,3 +1843,5 @@ Java_org_ppsspp_ppsspp_ShortcutActivity_queryGameInfo(JNIEnv * env, jclass, jobj
}
return result;
}
#endif