mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
@@ -761,7 +761,7 @@ bool handle_events(EmuEnvState &emuenv, GuiState &gui) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
break;
|
||||
|
||||
case SDL_CONTROLLERTOUCHPADDOWN:
|
||||
case SDL_CONTROLLERTOUCHPADMOTION:
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user