twinaphex
|
4e188a0e00
|
(Wii/RGUI) Take out QUIT_KEY button combo shortcuts - current
RGUI works such that it goes directly into the ingame menu
after pressing menu toggle and you can quit from there.
|
2013-04-12 09:28:12 +02:00 |
|
twinaphex
|
39c0ed745c
|
(PS3) Get rid of QUICKMENU_TOGGLE define - was surpassing 64 entries
on PS3 - now going to do 'menu toggle behavior' logic instead -
menu toggle now triggers ingame menu - will be configurable
|
2013-03-30 07:19:42 +01:00 |
|
twinaphex
|
ad2cd4e492
|
Revert "Remove platform-specific MAX_PADS - use global define MAX_PLAYERS"
This reverts commit fb1355b975 .
|
2013-03-16 17:51:45 +01:00 |
|
twinaphex
|
f028a8555e
|
Revert "Move set_keybinds autoconfiguration (that is done on every console"
This reverts commit c26653fca8 .
|
2013-03-16 17:51:37 +01:00 |
|
twinaphex
|
c26653fca8
|
Move set_keybinds autoconfiguration (that is done on every console
port) to driver.c - reducing lots of duplicate code
|
2013-03-16 17:24:24 +01:00 |
|
twinaphex
|
fb1355b975
|
Remove platform-specific MAX_PADS - use global define MAX_PLAYERS
instead and customize it for certain ports
|
2013-03-16 17:13:28 +01:00 |
|
twinaphex
|
0166ce4585
|
(RGUI) RGUI input code now no longer GEKKO-specific
|
2013-03-15 01:22:52 +01:00 |
|
twinaphex
|
375aa08e58
|
Remove rarch_conole_input - runtime button remapping should have
no more RARCH_CONSOLE dependencies
|
2013-03-14 21:55:10 +01:00 |
|
twinaphex
|
477b6ed893
|
Bugfix to previous commit
|
2013-03-14 18:04:16 +01:00 |
|
twinaphex
|
44ccbe0122
|
Implement KEYBINDS_ACTION_GET_BIND_LABEL - will be used through
set_keybinds
|
2013-03-14 18:02:19 +01:00 |
|
twinaphex
|
fd05b5a25c
|
rarch_input_set_keybind refactored away - input driver's set_keybinds
function now provides the functionality
|
2013-03-14 15:01:36 +01:00 |
|
twinaphex
|
ede829c354
|
Refactor set_default_keybinds callback into set_keybinds - remove
set_analog_dpad_mapping and have it go through set_keybinds - expand
functionality of set_keybinds
|
2013-03-14 02:24:57 +01:00 |
|
twinaphex
|
4fa8d0f3c6
|
(Android) Rewritten input_autodetect- now implements set_default_keybinds
|
2013-03-13 23:17:33 +01:00 |
|
twinaphex
|
ece717f2cc
|
Rename set_default_keybind_lut to set_default_keybinds
|
2013-03-13 16:30:01 +01:00 |
|
twinaphex
|
4bd0999940
|
Remove rarch_input_set_default_keybinds - merge with function
pointer set_default_keybind_lut
|
2013-03-13 16:06:13 +01:00 |
|
twinaphex
|
8f5a49dc7e
|
Refactor default_binds - now becomes a member ni retro_keybind
called def_joykey
|
2013-03-13 15:34:33 +01:00 |
|
twinaphex
|
31998880f6
|
(Input) Remove max_pads member variable (was RARCH_CONSOLE only -
not needed)
|
2013-03-13 00:39:01 +01:00 |
|
twinaphex
|
545911d4da
|
(Input) Remove post_init and make it part of input_init
|
2013-03-13 00:34:46 +01:00 |
|
twinaphex
|
3f4366628d
|
(GX) Input build fix
|
2013-03-13 00:14:28 +01:00 |
|
twinaphex
|
42bdd80ec4
|
Combine rarch_input_set_controls_default and post_init
|
2013-03-13 00:12:29 +01:00 |
|
twinaphex
|
8edab3d970
|
Skip D-pad emulation polling when dpad_emulation is disabled
|
2013-03-12 23:45:47 +01:00 |
|
twinaphex
|
039fc644d5
|
Revert "Menu toggle without delay timers (more testing might be needed -"
This reverts commit 54a6175a55 .
|
2013-03-11 02:07:50 +01:00 |
|
twinaphex
|
54a6175a55
|
Menu toggle without delay timers (more testing might be needed -
tested on PS3 RMenu and seemed to work well enough)
|
2013-03-11 01:12:19 +01:00 |
|
twinaphex
|
0b6e5a6388
|
Rename RARCH_RMENU_TOGGLE to RARCH_MENU_TOGGLE
|
2013-03-09 16:14:26 +01:00 |
|
twinaphex
|
a23bc3a13f
|
Control flow change for RGUI/RMENU - no longer have to invoke RARCH_QUIT_KEY to toggle menu
|
2013-03-07 19:02:44 +01:00 |
|
ToadKing
|
98fa22bd37
|
(GX) fix nunchuk/cc joysticks
|
2013-01-29 18:48:52 -05:00 |
|
ToadKing
|
9283aa2ea8
|
(GX) set default unbound buttons correctly
|
2013-01-21 17:32:37 -05:00 |
|
ToadKing
|
5daf48f303
|
(GX) cleanup input code a bit
fix minor accuracy issue with joystick values
|
2013-01-19 14:43:18 -05:00 |
|
twinaphex
|
e30b71c2e4
|
(Wii) Refactor classic analog controller code somewhat
|
2013-01-18 19:43:56 +01:00 |
|
twinaphex
|
70e41129c2
|
(GX) Add Gamecube shortcut button combos
|
2013-01-18 15:46:02 +01:00 |
|
twinaphex
|
b1cb4a7cd4
|
(Wii) Add button combo shortcut binds
|
2013-01-18 15:07:11 +01:00 |
|
twinaphex
|
0acf0a461b
|
(Wii) Both analog sticks now work more or less correctly
|
2013-01-18 14:24:46 +01:00 |
|
twinaphex
|
1d29060e08
|
(Wiiuse) Merge patches from rpavlik/wiiuse
(GX) Remove Wii Classic analog stick menu moving -too twitchy to
bother with
|
2013-01-18 12:16:06 +01:00 |
|
twinaphex
|
0f2e36d349
|
(RARCH_CONSOLE) Move default_binds
|
2013-01-13 03:17:13 +01:00 |
|
twinaphex
|
04cacb5e30
|
Upgrade lifecycle_menu_state to 64bit variable lifecycle_mode_state
|
2013-01-12 03:13:03 +01:00 |
|
twinaphex
|
3c8bb7333e
|
(RMenu) Refactor g_extern.draw_menu
|
2013-01-10 19:43:00 +01:00 |
|
twinaphex
|
905a2046f4
|
(NGC) Fix build
|
2013-01-09 05:08:08 +01:00 |
|
ToadKing
|
f33ed73671
|
(Consoles) re-add second timer for scroll delays
|
2013-01-07 23:58:00 -05:00 |
|
ToadKing
|
1dc08b9a6d
|
(GX) work with new console code
|
2013-01-07 23:48:21 -05:00 |
|
twinaphex
|
fe62828fb1
|
(RARCH_CONSOLE) Refactor timer code
|
2013-01-08 00:35:49 +01:00 |
|
twinaphex
|
4866aff654
|
(Android) Input tweaks - use local pointer variables
|
2013-01-07 02:09:19 +01:00 |
|
twinaphex
|
31e82fa6e8
|
(GX) Input - fix ifdefs
|
2013-01-07 01:51:29 +01:00 |
|
twinaphex
|
e563b3f1d2
|
(GX) One for loop now for both PAD and WPAD - WPAD done
first
|
2013-01-07 01:48:56 +01:00 |
|
ToadKing
|
5f08c2f937
|
(GX) skip polling of disconnected GC controllers
|
2013-01-06 19:19:23 -05:00 |
|
ToadKing
|
71bc5ae50d
|
(GX) potential video memory corruption
|
2013-01-06 19:02:49 -05:00 |
|
ToadKing
|
dc92db11a3
|
(GX) fix input quirks
|
2013-01-06 18:47:52 -05:00 |
|
twinaphex
|
1a48a5522d
|
(GX) Shows 'ingame menu' options now
|
2013-01-06 23:45:30 +01:00 |
|
twinaphex
|
3f2112d2fd
|
(GX) Input polling refactor - do Wiimote first - skip GC poll
if no GC pads are connected
|
2013-01-06 20:17:05 +01:00 |
|
twinaphex
|
33154c1a04
|
(GX) Input tweaks
|
2013-01-06 19:40:54 +01:00 |
|
twinaphex
|
40430f735b
|
(Wii) Menu flow control improvements
|
2013-01-06 17:40:27 +01:00 |
|