Commit Graph

14201 Commits

Author SHA1 Message Date
twinaphex
e72777aada (GX) Make gx_input_get_joypad_driver slightly more robust 2014-10-18 08:01:19 +02:00
Twinaphex
8856ed59a7 (iOS) Reimplement / get building again 2014-10-18 07:58:17 +02:00
Toad King
e8f2f92eec change dummy pixel to be a 4x4 texture, works better with some platforms where texture dimensions should be multiples of 4 2014-10-18 00:55:14 -05:00
Toad King
410539445a fix inputs getting lost on game load on GX 2014-10-18 00:55:13 -05:00
twinaphex
ba11aa1312 Reimplement core_info_get_first_custom_config 2014-10-18 07:47:51 +02:00
twinaphex
e0f5fb4c20 Reimplement core_info_list_get_by_id - now takes an out parameter
and returns true or false
2014-10-18 07:44:41 +02:00
Twinaphex
3866fba3a7 (iOS) Add more #if 0 blocks indicating code that needs to be reimplemented
in iOS menu
2014-10-18 07:11:09 +02:00
Twinaphex
967edbb0e8 (iOS) Stub out core_info_get_custom_config code for now 2014-10-18 07:08:09 +02:00
twinaphex
f0d9fde5b6 Take out the old bad iOS-specific core info list shenanigans 2014-10-18 07:01:06 +02:00
Twinaphex
540b2d3e84 (iOS) Take out core_info_set_core_path 2014-10-18 06:57:36 +02:00
Twinaphex
6f951a9ac1 (Apple) Rewrite apple_input_keyboard_event - already transform the
modifier events before calling the function
2014-10-18 06:33:11 +02:00
Twinaphex
41d7d3e47b (iOS) Simplify _keyCommandForEvent 2014-10-18 06:12:42 +02:00
Twinaphex
0f880332ad (OSX) RApplication - sendEvent - do early return in case driver.input_data
is NULL
2014-10-18 06:07:43 +02:00
Twinaphex
4418853e54 (OSX/platform.m) Cleanups 2014-10-18 06:06:27 +02:00
Twinaphex
7ba2e87187 (Apple) Get rid of apple/common/main.m 2014-10-18 05:49:49 +02:00
Twinaphex
b48221acf9 (iOS) Get rid of main.m too 2014-10-18 05:48:58 +02:00
Twinaphex
575faeb3a3 (OSX) No longer use main.m 2014-10-18 05:46:30 +02:00
Twinaphex
a1f744c639 (Apple) Simplify apple_run_core 2014-10-18 05:43:09 +02:00
Twinaphex
9f60f8f28e (OSX) Fix default bundle_path in environment_get function 2014-10-18 04:36:35 +02:00
twinaphex
a4f1e9d075 Add ST_INT to menu_action_handle_setting 2014-10-18 04:20:52 +02:00
twinaphex
15b128b9ad Change another menu_list_push call to menu_list_push_stack 2014-10-18 02:39:58 +02:00
twinaphex
d86e83db15 Turn menu_list_push calls into menu_list_push_stack 2014-10-18 02:37:53 +02:00
twinaphex
73b070b782 Rewrite menu_list_get_size functions 2014-10-18 02:32:59 +02:00
twinaphex
c465d25859 (Menu) Refactor menu_list_get_last_stack 2014-10-18 01:59:16 +02:00
twinaphex
cef2de6a70 Rewrite menu_list_get_actiondata_last_stack 2014-10-18 01:53:50 +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
3b384926b8 (XMB) Build fix 2014-10-18 01:30:43 +02:00
Twinaphex
cee30ab29e Merge pull request #1163 from lakkatv/xmb
(XMB) Fix core list display
2014-10-18 01:29:57 +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
Jean-André Santoni
51ff4b52a8 (XMB) Fix core list display 2014-10-18 01:24:14 +02:00
twinaphex
e3894e7b9c Start using menu_list_new/menu_list_free 2014-10-18 01:17:00 +02:00
twinaphex
ac61e0de3d (Menu) Create menu_list_new 2014-10-18 00:11:42 +02:00
twinaphex
ed6fc11e95 Start adding menu_list struct and menu_list_free function 2014-10-17 23:52:36 +02:00
twinaphex
b49bcf1541 Rename menu_list_free to menu_list_destroy 2014-10-17 23:49:13 +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
744e87f14d (Menu) Use menu_list_get_size 2014-10-17 23:38:30 +02:00
twinaphex
ed36e0668f (file_list.c) Take out driver.h dependency 2014-10-17 23:33:44 +02:00
twinaphex
e1e5f2af5d Create menu_list_get_action_data_at_offset 2014-10-17 23:32:40 +02:00
twinaphex
101680fd58 Create menu_list_get_at_offset 2014-10-17 23:28:33 +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
43d330fa47 Create menu_list_get_last and menu_list_get_last_stack 2014-10-17 22:41:20 +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
twinaphex
1daf8c354e (menu_list.c) Add menu_list_get_size and menu_list_get_stack_size 2014-10-17 21:41:45 +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