mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-01 02:05:21 +02:00
Android: Add simple haptic feedback support
This commit is contained in:
@@ -64,7 +64,9 @@ void ShowKeyboard() {
|
||||
|
||||
void Vibrate(int length_ms) {
|
||||
frameCommand = "vibrate";
|
||||
frameCommandParam = "100";
|
||||
char temp[32];
|
||||
sprintf(temp, "%i", length_ms);
|
||||
frameCommandParam = temp;
|
||||
}
|
||||
|
||||
void LaunchBrowser(const char *url) {
|
||||
|
||||
Reference in New Issue
Block a user