twinaphex
|
a6afddae04
|
current_input_data and current_input are no longer globals
|
2017-12-29 23:03:25 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
53efad05c6
|
Cleanups
|
2017-12-05 13:15:15 +01:00 |
|
twinaphex
|
f0c143766e
|
Change to 256bit macros
|
2017-12-05 12:07:35 +01:00 |
|
twinaphex
|
6c09661a64
|
Move defines to retro_miscellaneous.h
|
2017-12-05 10:42:37 +01:00 |
|
twinaphex
|
e94300a581
|
Get rid of a lot of RARCH_INPUT_STATE_BIT_ macros - replace them
with BIT128_ equivalents instead
|
2017-12-05 09:22:56 +01:00 |
|
David Walters
|
5be7921445
|
reimplement using retro_bits_t; pass by ref; raise bind limit to 256
|
2017-11-24 11:19:17 +00:00 |
|
David Walters
|
b0e383d5f0
|
Extend input bind limit to 128
|
2017-11-23 23:04:09 +00:00 |
|
twinaphex
|
14d66749cc
|
Document menu_event.c
|
2017-07-31 18:26:18 +02:00 |
|
twinaphex
|
043574c5be
|
Silence OSX warning
|
2017-05-22 00:04:11 +02:00 |
|
twinaphex
|
e49c71b142
|
Cleanups
|
2017-05-21 17:10:53 +02:00 |
|
twinaphex
|
59fb7700b8
|
Combine menu_driver.c and menu_display.c
|
2017-05-19 15:25:14 +02:00 |
|
twinaphex
|
529349019d
|
Combine menu_navigation_ctl and menu_driver_ctl
|
2017-05-17 04:57:43 +02:00 |
|
twinaphex
|
ee8dc151a3
|
Combine menu_driver.c and menu_navigation.c
|
2017-05-17 03:00:32 +02:00 |
|
twinaphex
|
d87e1c57d6
|
Cleanups
|
2017-05-13 18:20:14 +02:00 |
|
twinaphex
|
36375cecf8
|
input_swap_override - Get rid of dependency on settings
|
2017-05-06 06:01:15 +02:00 |
|
twinaphex
|
ed53be7c81
|
Move all bool settings
|
2017-04-28 14:11:34 +02:00 |
|
twinaphex
|
77dde2a85c
|
Simplifications
|
2017-04-23 20:16:14 +02:00 |
|
radius
|
d236b2db58
|
try to override swap ok/cancel for remote controls
|
2017-04-16 16:51:54 -05:00 |
|
Twinaphex
|
b7b3b2cb5f
|
Try to prevent truckload of warnings on iOS
|
2017-02-26 10:33:03 +01:00 |
|
Brad Parker
|
d8fb3d937c
|
UTF8 fixes for MSVC, don't include any files with a UTF8 BOM if HAVE_LANGEXTRA isn't defined
|
2017-01-31 12:20:16 -05:00 |
|
twinaphex
|
ccdd90bdd1
|
Add runloop_defines.h
|
2017-01-31 05:14:49 +01:00 |
|
twinaphex
|
269198c1f7
|
Remove another header include
|
2017-01-31 05:11:38 +01:00 |
|
twinaphex
|
f4df551e8e
|
Remove this header include
|
2017-01-31 05:10:38 +01:00 |
|
twinaphex
|
2b0002e00b
|
Update
|
2017-01-31 04:01:57 +01:00 |
|
twinaphex
|
fda9b01ab3
|
Buildfixes
|
2017-01-31 03:54:50 +01:00 |
|
twinaphex
|
0bb10b891b
|
Put ifdef around this
|
2017-01-31 03:48:45 +01:00 |
|
twinaphex
|
82b41265e2
|
Add HAVE_LANGEXTRA ifdef
|
2017-01-29 20:05:57 +01:00 |
|
twinaphex
|
0a7538f1b8
|
Create menu_display_get_fb_size
|
2017-01-25 18:32:16 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
df783daab9
|
Create menu_animation_get_ideal_delta_time
|
2017-01-17 16:37:03 +01:00 |
|
twinaphex
|
ca5d798075
|
Add diff.diff
|
2017-01-14 21:35:00 +01:00 |
|
twinaphex
|
1f90535c39
|
(menu_event.c) Cleanups/style nits
|
2017-01-12 11:33:04 +01:00 |
|
twinaphex
|
ef974086aa
|
Split up menu OSK code to separate file - menu/widgets/menu_osk.c
|
2017-01-12 11:31:24 +01:00 |
|
twinaphex
|
d48141041d
|
Pass joypad_info to input_state function callback - less
settings pointer grabbing
|
2017-01-10 17:40:21 +01:00 |
|
twinaphex
|
7c2b4d701f
|
(menu_event.c) remove header includes
|
2017-01-05 07:37:47 +01:00 |
|
Brad Parker
|
996dbc937a
|
add UTF8 BOM and pragma in some files to fix MSVC build errors
|
2016-12-16 17:19:04 -05:00 |
|
twinaphex
|
7c6930b220
|
(menu_event.c) Cleanups
|
2016-12-15 12:21:28 +01:00 |
|
Brad Parker
|
84b65514f2
|
ok button input should be unsigned
|
2016-12-02 14:34:29 -05:00 |
|
Brad Parker
|
3846ce1837
|
build fixes for MSVC, start moving back to TCHAR usage so we can switch unicode on and off
|
2016-12-02 12:54:39 -05:00 |
|
twinaphex
|
c8ff6d9030
|
(menu_event.c) Add FIXME and some cleanups
|
2016-12-02 01:43:43 +01:00 |
|
Brad Parker
|
951f3f3e19
|
don't allow ok button to work from behind the OSK
|
2016-11-27 23:29:13 -05:00 |
|
Brad Parker
|
d6ebd2ad2b
|
add define to clarify osk pointer math
|
2016-11-27 11:43:52 -05:00 |
|
Brad Parker
|
b9c6fa585c
|
reverse variable names for clarity, add separate latch for OK button to solve looping of menu ok/cancel swap toggle
|
2016-11-27 11:25:36 -05:00 |
|
twinaphex
|
7f339a8f84
|
More hacks from input_overlay.c removed
|
2016-11-27 15:12:48 +01:00 |
|
radius
|
66a766fca1
|
swap should affect OSK too
|
2016-11-22 18:55:52 -05:00 |
|
twinaphex
|
205e7cf272
|
Fix C89_BUILD
|
2016-11-20 14:48:00 +01:00 |
|
radius
|
a99a9c0810
|
add setting to swap menu_ok and menu_cancel
|
2016-11-19 13:09:07 -05:00 |
|
radius
|
f343bc45fb
|
remove these settings that we never properly implemented
|
2016-11-19 12:57:12 -05:00 |
|
twinaphex
|
3d5a744f8e
|
(menu_event.c) Cleanups
|
2016-11-05 14:04:05 +01:00 |
|