twinaphex
|
c4af46b686
|
Call notify_refresh of UI companion driver when we touch shader
parameters
|
2015-09-02 01:19:26 +02:00 |
|
twinaphex
|
ec8f7d9a6d
|
(menu_cbs_left.c) - Simplify
|
2015-09-02 01:17:51 +02:00 |
|
twinaphex
|
78d3b94a4a
|
Craete EVENT_CMD_SAVE_STATE_INCREMENT/EVENT_CMD_SAVE_STATE_DECREMENT
|
2015-09-02 01:15:10 +02:00 |
|
twinaphex
|
bbf7e02139
|
Create EVENT_CMD_CHEATS_APPLY
|
2015-09-02 01:10:44 +02:00 |
|
twinaphex
|
1a54984fe9
|
(menu_cbs_ok.c) Code de-duplication
|
2015-09-02 00:50:47 +02:00 |
|
twinaphex
|
87d41c10d2
|
(menu_cbs_ok.c) Code de-duplication
|
2015-09-02 00:47:44 +02:00 |
|
twinaphex
|
ce43122b6f
|
(menu_cbs_ok.c) Cut down on some code duplication
|
2015-09-02 00:42:45 +02:00 |
|
twinaphex
|
d93559039e
|
(menu_cbs_ok.c) Cleanups
|
2015-09-02 00:35:32 +02:00 |
|
twinaphex
|
02f9afb202
|
Cleanups
|
2015-09-02 00:14:05 +02:00 |
|
twinaphex
|
e39f28f989
|
(menu_cbs_deferred_push.c) Cut down on some more code duplication
|
2015-09-02 00:14:05 +02:00 |
|
twinaphex
|
71b85b460d
|
Add another param to general_push
|
2015-09-01 20:41:58 +02:00 |
|
twinaphex
|
a254ebe474
|
Some more code de-duplication
|
2015-09-01 20:27:14 +02:00 |
|
twinaphex
|
620035b766
|
(menu_cbs_deferred_push.c) Get rid of code duplication
|
2015-09-01 19:22:33 +02:00 |
|
twinaphex
|
15ba019ea1
|
Don't make asserts dependent on retro_log.h
|
2015-09-01 11:59:27 +02:00 |
|
twinaphex
|
a1f4c80648
|
(PS3) Some build warning fixes
|
2015-08-30 23:51:10 +02:00 |
|
twinaphex
|
75c649d807
|
Cleanups
|
2015-08-30 13:46:51 +02:00 |
|
Twinaphex
|
d21dc218ed
|
(UI companion) Call notify_refresh when core option next is toggled
|
2015-08-30 13:45:58 +02:00 |
|
twinaphex
|
2196e734d3
|
Revert "Simplify menu_cbs_init_bind_refresh"
This reverts commit d405d34c0e4700df688d7aeaa19d9910983ee7ca.
|
2015-08-22 20:18:08 +02:00 |
|
twinaphex
|
5479bae312
|
Refactor set_refresh functions somewhat
|
2015-08-21 18:44:14 +02:00 |
|
twinaphex
|
d405d34c0e
|
Simplify menu_cbs_init_bind_refresh
|
2015-08-21 18:20:05 +02:00 |
|
twinaphex
|
9fd17a196f
|
Buildfixes
|
2015-08-20 00:49:44 +02:00 |
|
twinaphex
|
acfa43dfe9
|
Make iterate no longer a function pointer
|
2015-08-17 22:46:27 +02:00 |
|
twinaphex
|
900d537351
|
Simplify action_iterate_info
|
2015-08-17 22:10:12 +02:00 |
|
twinaphex
|
7738b7e2f4
|
Simplify action_iterate_info
|
2015-08-17 21:58:05 +02:00 |
|
twinaphex
|
512e126a26
|
Simplify action_iterate_info
|
2015-08-17 21:53:08 +02:00 |
|
twinaphex
|
79a4e0e5c6
|
(menu_cbs_deferred_push.c) Remove one instance of menu_setting_find
|
2015-08-17 21:21:27 +02:00 |
|
twinaphex
|
a4657461a6
|
Don't use menu_setting_find in menu_cbs_ok.c except for one place
|
2015-08-17 19:52:24 +02:00 |
|
twinaphex
|
6093253763
|
Don't use menu_setting_find in menu_cbs_title.c
|
2015-08-17 19:47:18 +02:00 |
|
twinaphex
|
927423df89
|
action_select_default -don't use menu_setting_find anymore
|
2015-08-17 19:45:37 +02:00 |
|
twinaphex
|
f1dfdd653a
|
Same thing for menu_cbs_right.c
|
2015-08-17 19:39:12 +02:00 |
|
twinaphex
|
132b382545
|
Refactor menu_cbs_init_bind_left_compare_label - no longer
depends on menu_setting_find
|
2015-08-17 19:38:00 +02:00 |
|
twinaphex
|
15ca93a4c9
|
Refactor action_ok_menu_wallpaper_load - no longer needs menu_setting_find
|
2015-08-17 19:35:53 +02:00 |
|
twinaphex
|
97ec360eb3
|
Cleanups
|
2015-08-17 17:46:31 +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
|
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
|
a805044aa3
|
(menu_cbs_select.c) Update
|
2015-08-15 23:22:01 +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
|
a70f09a90d
|
Rearrange structs
|
2015-07-27 17:18:10 +02:00 |
|
radius
|
9aff87f4b4
|
add controller info on system information
|
2015-07-26 15:41:30 -05:00 |
|
twinaphex
|
9185d37710
|
Bump up collection limit
|
2015-07-26 00:40:24 +02:00 |
|
Twinaphex
|
7157ff69d5
|
remove unused variables
|
2015-07-24 00:25:46 +02:00 |
|
Jean-André Santoni
|
e8885dbbec
|
(Menu) Integrate the quick menu in the playlists. Allow launching contents manually added the playlists.
|
2015-07-23 19:44:59 +02:00 |
|