twinaphex
|
be6ce5fb34
|
Get rid of some more useless casts
|
2015-05-24 05:10:09 +02:00 |
|
twinaphex
|
5e9a3631c5
|
menu_displaylist_parse_database_entry - use menu_database_build_query
|
2015-05-24 03:23:28 +02:00 |
|
twinaphex
|
7696d55047
|
(Database) cleanup
|
2015-05-23 19:18:56 +02:00 |
|
twinaphex
|
e5e9e80cfb
|
Reimplement MENU_ACTION_TESTx
|
2015-05-23 18:45:58 +02:00 |
|
twinaphex
|
e8691eb4d6
|
Move db.handle to runloop_data.h
|
2015-05-23 18:13:23 +02:00 |
|
twinaphex
|
16c0fef2af
|
(GX) Buildfix
|
2015-05-23 01:17:17 +02:00 |
|
twinaphex
|
1fd8220f61
|
Works correctly now with core collection
|
2015-05-23 00:44:58 +02:00 |
|
twinaphex
|
4599fa26dc
|
Rename parse_historylist to parse_playlist
|
2015-05-22 18:54:52 +02:00 |
|
twinaphex
|
363780a239
|
Fix Content Collection
|
2015-05-22 02:51:45 +02:00 |
|
twinaphex
|
8ebce6920c
|
Start implementing content collection browsing (incomplete)
|
2015-05-22 02:34:05 +02:00 |
|
twinaphex
|
3fc9574a32
|
Rename path_rdl to path_playlist
|
2015-05-22 00:29:55 +02:00 |
|
twinaphex
|
80dc027bda
|
Start using 'cfg' extension instead of 'rdl'
|
2015-05-22 00:28:02 +02:00 |
|
twinaphex
|
69d34c9dbc
|
Add more logic
|
2015-05-21 22:40:31 +02:00 |
|
twinaphex
|
9ddcd4aa87
|
Start adding Content Core Collection option (stub)
|
2015-05-21 22:22:37 +02:00 |
|
twinaphex
|
6a380f5e86
|
(XMB) More list refresh fixes
|
2015-05-21 20:37:48 +02:00 |
|
twinaphex
|
58d02c3d61
|
(XMB) Fix menu regression
|
2015-05-21 20:30:32 +02:00 |
|
twinaphex
|
627c26497f
|
(RMenu XUI) Buildfix
|
2015-05-21 04:45:40 +02:00 |
|
twinaphex
|
75004e7ece
|
(PS3) Build fixes
|
2015-05-21 04:43:50 +02:00 |
|
Toad King
|
0cd7562fb8
|
allow remapping of analog axis, only works axis to axis
|
2015-05-20 21:11:42 -05:00 |
|
Twinaphex
|
4d0a39e20d
|
Revert "(menu_driver.c) Fix leak"
|
2015-05-21 01:26:42 +02:00 |
|
Higor Eurípedes
|
80310d8df3
|
(menu_driver.c) Fix leak
|
2015-05-20 20:20:10 -03:00 |
|
Higor Eurípedes
|
bb2f181386
|
Remove unprotected access to cmd_data and rewrite message passing mechanism
|
2015-05-20 17:06:57 -03:00 |
|
twinaphex
|
cf2c0f6930
|
Rename rarch_render_cached_frame to video_driver_cached_frame
|
2015-05-20 21:06:44 +02:00 |
|
twinaphex
|
a81baed9e2
|
Move hw_render_callbakc to video driver state and take it out
of global state
|
2015-05-20 19:56:12 +02:00 |
|
twinaphex
|
2f62cd65e2
|
Start using video_viewport_get_custom everywhere
|
2015-05-20 19:12:39 +02:00 |
|
twinaphex
|
a053b41223
|
Create video_viewport_get_system_av_info and video_viewport_get_custom -
move custom viewport and system av info outside of global state
|
2015-05-20 18:57:17 +02:00 |
|
twinaphex
|
969bbdd85d
|
Get rid of some unused runloop variables
|
2015-05-20 03:13:42 +02:00 |
|
twinaphex
|
019a06a245
|
(GLUI) Get rid of some dependencies
|
2015-05-20 03:09:28 +02:00 |
|
twinaphex
|
a55f990e33
|
Buildfixes
|
2015-05-20 02:50:27 +02:00 |
|
twinaphex
|
066617ee62
|
(MSVC) Buildfixes
|
2015-05-20 02:45:32 +02:00 |
|
twinaphex
|
d64655c11b
|
move menu_display_get_size to gfx/video_driver.c and rename
it video_driver_get_size
|
2015-05-20 00:29:46 +02:00 |
|
twinaphex
|
c183f9dd11
|
(Menu) Start using menu_display_get_size
|
2015-05-20 00:26:50 +02:00 |
|
twinaphex
|
c13e99b71f
|
Cleanup menu_list_pop
|
2015-05-19 23:30:49 +02:00 |
|
twinaphex
|
c27211d60a
|
Move menu_common_list_{insert|delete} to menu_driver.c
|
2015-05-19 23:28:32 +02:00 |
|
twinaphex
|
2bcc2d08d7
|
Move remaining menu_common_list functiosn to menu_list.c
|
2015-05-19 23:10:53 +02:00 |
|
twinaphex
|
5e1afcc273
|
Remove menu_common_list_clear/menu_common_list_set_selection
|
2015-05-19 23:06:30 +02:00 |
|
twinaphex
|
5ede9ac5dd
|
Revert "Remove some superfluous menu_common_list functions"
This reverts commit df4be4e43bbc0fbfef16aee6e0556f2ef6fad4e5.
|
2015-05-19 23:00:33 +02:00 |
|
twinaphex
|
933cc75ccf
|
Revert "Get rid of menu_common_list_insert"
This reverts commit 23b2dc5c937ca082c07d4ddcdf68ae6588da8bbe.
|
2015-05-19 23:00:23 +02:00 |
|
twinaphex
|
194b32d7eb
|
Revert "Remove menu_common_list.c - make menu_common_list_delete a static"
This reverts commit df2b80a14c836be4adf0b191889bc6ae55472a6e.
|
2015-05-19 23:00:02 +02:00 |
|
twinaphex
|
df2b80a14c
|
Remove menu_common_list.c - make menu_common_list_delete a static
function inside menu_list.c
|
2015-05-19 22:43:07 +02:00 |
|
twinaphex
|
23b2dc5c93
|
Get rid of menu_common_list_insert
|
2015-05-19 22:41:12 +02:00 |
|
twinaphex
|
df4be4e43b
|
Remove some superfluous menu_common_list functions
|
2015-05-19 22:35:58 +02:00 |
|
Alcaro
|
12d5e6ef28
|
Revert "(menu_common_list.c) Fix leak"
This reverts commit 12721bc66014c0c62185f2990f6720a4c4940492.
|
2015-05-19 22:22:57 +02:00 |
|
twinaphex
|
004dcf0bf1
|
Only call rarch_main_data_msg_queue_push if settings->menu.wallpaper
has a valid path set
|
2015-05-19 22:14:00 +02:00 |
|
Higor Eurípedes
|
15d8570e5b
|
(menu_list.c) Fix leak
|
2015-05-19 17:02:23 -03:00 |
|
Higor Eurípedes
|
12721bc660
|
(menu_common_list.c) Fix leak
|
2015-05-19 17:02:23 -03:00 |
|
Alcaro
|
964c2439ff
|
Fix missing NUL terminator.
|
2015-05-19 22:00:17 +02:00 |
|
twinaphex
|
3c7e0b29fc
|
Make menu_ctx_driver_get_ptr public - ALWAYS make sure that
no symbols will be redefined - Griffin depends on this
|
2015-05-19 21:55:44 +02:00 |
|
natinusala
|
e3357b5b5c
|
Implemented perform_action callback of menu_driver_ctx
|
2015-05-19 21:20:46 +02:00 |
|
natinusala
|
508a6ea627
|
Added (void* data) to perform_action in menu_ctx_driver
|
2015-05-19 21:07:06 +02:00 |
|