mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
typo fix
This commit is contained in:
parent
7fb5ba8cd5
commit
91be4cfeb6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue