distribution/packages/games/emulators/ecwolf/patches/ecwolf-002-add-exit-menu.patch

14 lines
864 B
Diff
Raw Normal View History

2022-07-11 21:56:53 +00:00
diff -wrupN ecwolf.orig/src/wl_play.cpp ecwolf/src/wl_play.cpp
--- ecwolf.orig/src/wl_play.cpp 2022-07-11 10:32:39.582296512 -0400
+++ ecwolf/src/wl_play.cpp 2022-07-11 11:54:24.558036327 -0400
@@ -100,7 +100,8 @@ ControlScheme controlScheme[] =
2022-02-05 14:23:32 +00:00
{ bt_zoom, "Zoom", -1, -1, -1, CS_AxisDigital, 0 },
{ bt_automap, "Automap", -1, -1, -1, CS_AxisDigital, 0 },
{ bt_showstatusbar, "Show Status", -1, sc_Tab, -1, CS_AxisDigital, 0 },
2022-07-11 21:56:53 +00:00
- { bt_pause, "Pause", -1, sc_Pause, -1, CS_AxisDigital, 0 },
2022-02-05 14:23:32 +00:00
+ { bt_pause, "Pause Game", -1, sc_Enter, -1, CS_AxisDigital, 0 },
+ { bt_esc, "Escape Game", -1, sc_Escape, -1, CS_AxisDigital, 0 },
// End of List
{ bt_nobutton, NULL, -1, -1, -1, CS_AxisDigital, 0 }