twinaphex
|
a3bc91cd01
|
Remove some unused enums
|
2015-08-17 16:56:09 +02:00 |
|
twinaphex
|
7bd2372d09
|
setting_bool_action_toggle_default - use setting_with_string_representation
|
2015-08-17 16:47:32 +02:00 |
|
twinaphex
|
06d1b033e9
|
Stop overcomplicating menu code - deferred handler never used so
take it out
|
2015-08-17 16:34:38 +02:00 |
|
twinaphex
|
a186a5c683
|
Turn menu_setting_apply_deferred into static function
|
2015-08-17 16:31:37 +02:00 |
|
twinaphex
|
efdb2ecd4b
|
Don't use menu_settings_apply_deferred anymore
|
2015-08-17 16:24:46 +02:00 |
|
twinaphex
|
c9a7dcce4f
|
Remove unused value_hash
|
2015-08-17 16:14:46 +02:00 |
|
twinaphex
|
707e3e91d2
|
Update setting_set_with_string_representation for ST_BOOL
|
2015-08-17 16:12:18 +02:00 |
|
twinaphex
|
ffc5266c6c
|
menu_entry_set_bool_value - call menu_setting_apply_deferred at
the end
|
2015-08-17 16:05:32 +02:00 |
|
twinaphex
|
b6702ebb7e
|
Fixups
|
2015-08-17 16:00:48 +02:00 |
|
Twinaphex
|
996c010ca6
|
Fixup
|
2015-08-17 16:00:29 +02:00 |
|
twinaphex
|
e10b8ae6f2
|
(menu_setting.c) No idea why this code was still here
|
2015-08-17 15:58:15 +02:00 |
|
twinaphex
|
fcc9ffb4a1
|
Call menu_setting_apply_deferred after toggling setting
|
2015-08-17 15:57:15 +02:00 |
|
twinaphex
|
0218a2755d
|
Create menu_settings_apply_deferred
|
2015-08-17 15:54:23 +02:00 |
|
twinaphex
|
fa177cb291
|
(Menu) Cleanups
|
2015-08-17 15:49:05 +02:00 |
|
twinaphex
|
4f1bb7b9b6
|
Not sure what perform_action was doing here
|
2015-08-17 15:44:57 +02:00 |
|
twinaphex
|
cd1875ceb4
|
Cleanups
|
2015-08-17 15:39:24 +02:00 |
|
twinaphex
|
5bbbf72b17
|
(menu_entry.c) Cleanups
|
2015-08-17 06:59:25 +02:00 |
|
twinaphex
|
0007bd0662
|
(menu_cbs_iterate.c) Remove implicit memset
|
2015-08-17 06:54:39 +02:00 |
|
twinaphex
|
2320511071
|
Only call menu_driver_render now from one position
|
2015-08-17 06:45:16 +02:00 |
|
twinaphex
|
1c38e9ae05
|
Don't call menu_driver_render from menu_input.c
|
2015-08-17 06:40:28 +02:00 |
|
twinaphex
|
032abfffd4
|
Call menu_driver_render_messagebox from one place only
|
2015-08-17 06:31:39 +02:00 |
|
twinaphex
|
fb3009d07a
|
(menu_driver.c) Cleanups
|
2015-08-17 05:13:45 +02:00 |
|
twinaphex
|
4d884d3687
|
Refactor earlier code
|
2015-08-17 05:09:36 +02:00 |
|
twinaphex
|
98c182d174
|
When MENU_VIDEO_DRIVER_OPENGL is set for menu driver, check
if the video driver is really GL
|
2015-08-17 05:07:25 +02:00 |
|
twinaphex
|
dc73edadcf
|
Cleanup old ugly hack
|
2015-08-17 05:05:29 +02:00 |
|
Jean-André Santoni
|
e8c5865798
|
(GLUI) Stop scroll on tap
|
2015-08-17 03:16:34 +02:00 |
|
Twinaphex
|
277db1c701
|
(menu_cbs_select.c) Reimplement ST_DIR
|
2015-08-17 00:07:30 +02:00 |
|
Twinaphex
|
2afd79d0f0
|
willReloadData at the end of menu_entry_select was causing issues
|
2015-08-16 23:52:39 +02:00 |
|
twinaphex
|
dadd382dfd
|
Implement more types for default select callback
|
2015-08-16 23:35:09 +02:00 |
|
Twinaphex
|
dd7cc401f6
|
Remove unused variables
|
2015-08-16 17:43:53 +02:00 |
|
twinaphex
|
8a173035c9
|
(menu_input.c) Always use MENU_ACTION_SELECT now for mouse presses
|
2015-08-16 17:41:39 +02:00 |
|
twinaphex
|
93ed2d60da
|
Reimplement mouse input code - triggers 'select' callback
|
2015-08-16 02:10:16 +02:00 |
|
twinaphex
|
a805044aa3
|
(menu_cbs_select.c) Update
|
2015-08-15 23:22:01 +02:00 |
|
Jean-André Santoni
|
c3bad44632
|
Start displaying messageboxes in cocoa_touch
|
2015-08-15 02:42:04 +02:00 |
|
Twinaphex
|
7d72e864c4
|
(iOS) Fix lots of empty screen estate let for labels
|
2015-08-06 14:21:15 +02:00 |
|
Twinaphex
|
5bafed71ea
|
removed unused variables
|
2015-08-05 13:09:11 +02:00 |
|
twinaphex
|
74ee9b05f3
|
Create rarch_main_set_idle - make 'idle' variable self-contained
|
2015-08-05 12:40:47 +02:00 |
|
twinaphex
|
afcf53aaef
|
(menu_cbs_select.c) Hook up ST_DIR
|
2015-08-05 10:16:46 +02:00 |
|
twinaphex
|
6bdfc2f200
|
Take out unnecessary logging
|
2015-08-05 10:01:55 +02:00 |
|
twinaphex
|
6a582dcdac
|
(menu_cbs_select.c) Hook up 'Use This Directory'
|
2015-08-05 09:41:02 +02:00 |
|
twinaphex
|
747a2263c8
|
(menu_cbs_select.c) Implement action_select_directory
|
2015-08-05 05:55:04 +02:00 |
|
twinaphex
|
0c023dcb68
|
Reimplement frame count
|
2015-08-03 23:01:07 +02:00 |
|
twinaphex
|
3d36cb02ac
|
No more separate runloop_t
|
2015-08-03 20:15:46 +02:00 |
|
twinaphex
|
e829c1802e
|
Fix menu_hash_es.c if HAVE_NETWORKING is not defined - too many
arguments passed
|
2015-07-27 17:28:13 +02:00 |
|
Twinaphex
|
8a56d6d67d
|
Remove unused variables
|
2015-07-27 17:24:25 +02:00 |
|
twinaphex
|
a70f09a90d
|
Rearrange structs
|
2015-07-27 17:18:10 +02:00 |
|
radius
|
44feeabace
|
this should fix controller indexes changing after binding
|
2015-07-26 18:35:13 -05:00 |
|
radius
|
829cd27cf1
|
poll the selected device index instead of the user number
|
2015-07-26 18:25:02 -05:00 |
|
radius
|
5e6784ff7f
|
make sure only the selected device is polled on the bind all function
|
2015-07-26 18:01:32 -05:00 |
|
radius
|
9aff87f4b4
|
add controller info on system information
|
2015-07-26 15:41:30 -05:00 |
|