twinaphex
|
e46b896ca7
|
(Menu shader) Small cleanup
|
2014-10-25 09:36:53 +02:00 |
|
twinaphex
|
bcb365309a
|
(Shaders) should fix shader pass 1 always being changed instead
of the appropriate one
|
2014-10-25 08:40:01 +02:00 |
|
Toad King
|
efcd479c4f
|
use persist load for normal loads, fixes exitspawn on consoles
|
2014-10-24 19:42:37 -05:00 |
|
twinaphex
|
9354fd05b1
|
Cleanup headers in menu_entries_cbs.c
|
2014-10-23 08:07:00 +02:00 |
|
twinaphex
|
380041f974
|
(Menu) Add Bind Mode option
|
2014-10-23 08:00:45 +02:00 |
|
twinaphex
|
871afbb940
|
(Menu) Add Bind All / Bind Default All options
|
2014-10-23 07:26:04 +02:00 |
|
twinaphex
|
a06201d73b
|
(Input) Add Analog To Digital Type options
|
2014-10-23 06:24:02 +02:00 |
|
twinaphex
|
d1998307df
|
Start implementing 'Device Type' setting
|
2014-10-22 08:42:51 +02:00 |
|
twinaphex
|
ccf43f6e85
|
Take out dynamic.h header include from general.h
|
2014-10-22 04:27:51 +02:00 |
|
twinaphex
|
9a9fa6532a
|
Move file_path.c to libretro SDK
|
2014-10-22 00:23:06 +02:00 |
|
twinaphex
|
ba2a2048a2
|
(MSVC) Silence signed/unsigned mismatches warnings
|
2014-10-21 05:45:43 +02:00 |
|
twinaphex
|
a14bfdfca2
|
Don't use variables named 'bind' and 'index'
|
2014-10-20 23:41:01 +02:00 |
|
twinaphex
|
42bb37816e
|
Take file_path.h include out of file.h
|
2014-10-20 21:51:04 +02:00 |
|
twinaphex
|
bbadaf1911
|
Replace index variable name
|
2014-10-20 04:37:52 +02:00 |
|
Twinaphex
|
7c45f48965
|
Clean up unused variable
|
2014-10-20 02:55:31 +02:00 |
|
twinaphex
|
2050162817
|
menu_entries_cbs.c - cleanups
|
2014-10-19 22:42:23 +02:00 |
|
twinaphex
|
3c0dade671
|
(menu_entries_cbs.c) Remove unused code
|
2014-10-19 22:39:52 +02:00 |
|
twinaphex
|
d33a666753
|
Remove input_bind_device_id code
|
2014-10-19 19:45:56 +02:00 |
|
twinaphex
|
829060886d
|
Take out more unused input file list settings code
|
2014-10-19 06:02:11 +02:00 |
|
twinaphex
|
2758646c4b
|
Take out more no-longer needed input settings
|
2014-10-19 05:51:48 +02:00 |
|
twinaphex
|
c99602d72d
|
(menu_entries_cbs.c) Take out unused code
|
2014-10-19 05:49:37 +02:00 |
|
twinaphex
|
d86e83db15
|
Turn menu_list_push calls into menu_list_push_stack
|
2014-10-18 02:37:53 +02:00 |
|
twinaphex
|
c465d25859
|
(Menu) Refactor menu_list_get_last_stack
|
2014-10-18 01:59:16 +02:00 |
|
twinaphex
|
46f9b325f8
|
Refactor menu_list_pop_stack functions
|
2014-10-18 01:44:06 +02:00 |
|
twinaphex
|
3931134924
|
Rewrite menu_list_flush_stack_* functions - first parameter
becomes menu_list_t *
|
2014-10-18 01:39:05 +02:00 |
|
twinaphex
|
d921061af8
|
menu_list_push_stack_ * functions now take in a menu_list_t *
parameter for 1st param instead of file_list_t *
|
2014-10-18 01:24:37 +02:00 |
|
twinaphex
|
e3894e7b9c
|
Start using menu_list_new/menu_list_free
|
2014-10-18 01:17:00 +02:00 |
|
twinaphex
|
f3ec94246c
|
(Menu) Add menu_list_sort_on_alt
|
2014-10-17 23:46:53 +02:00 |
|
twinaphex
|
9bce38426c
|
Add menu_list_set_alt_at_offset and menu_list_get_alt_at_offset
|
2014-10-17 23:43:53 +02:00 |
|
twinaphex
|
1ece7c8228
|
(Menu) Create menu_list_get_last_stack and menu_list_get_last
|
2014-10-17 22:53:30 +02:00 |
|
twinaphex
|
25efe98704
|
Create wrapper function menu_list_push_stack_refresh
|
2014-10-17 22:29:59 +02:00 |
|
twinaphex
|
4c6aff67f2
|
Refactor menu_entries_push into menu_list_push_refresh
|
2014-10-17 22:25:23 +02:00 |
|
Alcaro
|
77a131b0f9
|
Fix warning. It looks invalid, but that code is indeed weird.
|
2014-10-17 21:37:02 +02:00 |
|
twinaphex
|
858d859d3d
|
Properly namespace menu_navigation.c functions
|
2014-10-17 21:25:33 +02:00 |
|
twinaphex
|
3164aebab7
|
Properly namespace functions in menu_entries.c
|
2014-10-17 21:06:48 +02:00 |
|
twinaphex
|
8da8447b28
|
Move menu_flush_stack_type to menu_list.c and rename it
menu_list_flush_stack
|
2014-10-17 21:02:44 +02:00 |
|
twinaphex
|
b4cebd605e
|
Refactor menu_entries_pop_stack
|
2014-10-17 20:55:41 +02:00 |
|
twinaphex
|
0e2c108a8a
|
Create menu_list_push_stack
|
2014-10-17 20:44:22 +02:00 |
|
twinaphex
|
687f593174
|
Create menu_list.c
|
2014-10-17 20:36:02 +02:00 |
|
twinaphex
|
278d8abd11
|
Rename MENU_FILE_SWITCH to MENU_FILE_PUSH
|
2014-10-16 18:29:19 +02:00 |
|
twinaphex
|
be4c043735
|
Cleanup menu_action.c
|
2014-10-16 17:19:48 +02:00 |
|
twinaphex
|
ab78b8a4cd
|
Reimplement disk_options_disk_index_toggle
|
2014-10-16 07:41:29 +02:00 |
|
twinaphex
|
fe1a083580
|
Revert "Simplify menu_common_type_is"
This reverts commit 395dc79f6c3ebbe7a316664db35d4013daea85b4.
|
2014-10-16 07:15:35 +02:00 |
|
twinaphex
|
395dc79f6c
|
Simplify menu_common_type_is
|
2014-10-16 04:25:38 +02:00 |
|
Twinaphex
|
443a11a52b
|
Get rid of unused variable warning
|
2014-10-16 03:17:44 +02:00 |
|
twinaphex
|
823884a508
|
Properly implement other start actions as well
|
2014-10-16 02:15:05 +02:00 |
|
twinaphex
|
4a581078fa
|
Refactor more toggle functions to be action_start functions
|
2014-10-16 02:01:40 +02:00 |
|
twinaphex
|
b9338a0067
|
Implement action OK callback for video resolution
|
2014-10-16 01:41:10 +02:00 |
|
twinaphex
|
c488562755
|
Remove action_ok callbacks that are functionally the same as
MENU_ACTION_RIGHT
|
2014-10-16 01:38:06 +02:00 |
|
twinaphex
|
4f45bf694c
|
MENU_ACTION_OK actions need to be functionally unique from MENU_ACTION_RIGHT
|
2014-10-16 01:36:39 +02:00 |
|