vita3k: Fixed format.

Co-authored-by: Zangetsu38 <dante38@free.fr>
This commit is contained in:
Croden1999
2023-09-16 19:21:46 +08:00
committed by Zangetsu
parent abcbd688fd
commit 5c7fc3222b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -761,7 +761,7 @@ bool handle_events(EmuEnvState &emuenv, GuiState &gui) {
break;
}
}
break;
break;
case SDL_CONTROLLERTOUCHPADDOWN:
case SDL_CONTROLLERTOUCHPADMOTION:
+1 -1
View File
@@ -191,7 +191,7 @@ int main(int argc, char *argv[]) {
app::error_dialog("Emulated environment initialization failed.", emuenv.window.get());
return 1;
}
if (emuenv.cfg.controller_binds.empty() || (emuenv.cfg.controller_binds.size() != 15))
gui::reset_controller_binding(emuenv);