mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
typo fix
This commit is contained in:
parent
7fb5ba8cd5
commit
91be4cfeb6
@ -384,7 +384,7 @@ void System_ShowKeyboard() {
|
||||
|
||||
void System_Vibrate(int length_ms) {
|
||||
char temp[32];
|
||||
snprintf(temp, sizeof(temp), "%", length_ms);
|
||||
snprintf(temp, sizeof(temp), "%d", length_ms);
|
||||
PushCommand("vibrate", temp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user