318 Commits

Author SHA1 Message Date
twinaphex
622321f3fc Get rid of some header dependencies 2015-02-27 05:04:50 +01:00
twinaphex
ab05a6af5b Split up contentlist_switch into new file 2015-02-27 03:28:50 +01:00
twinaphex
85c6bb503d Seperate fiel for cbs_refresh 2015-02-27 03:25:28 +01:00
twinaphex
ee0253fbad Split up up_or_down code to new file 2015-02-27 03:21:49 +01:00
twinaphex
e678abdd75 Take out duplicate inline function 2015-02-27 03:15:20 +01:00
twinaphex
1df54e4410 Split up cbs_select code to new file 2015-02-27 03:08:30 +01:00
twinaphex
33d5b4f779 Split up cbs_iterate to new file 2015-02-27 03:05:19 +01:00
twinaphex
37306bcdc6 Split up representation cbs into separate file 2015-02-27 02:50:19 +01:00
twinaphex
51071a3e46 (Menu) Split up cbs_toggle to new file 2015-02-27 02:44:10 +01:00
twinaphex
4d9eb3f8d8 (Menu) Split off cbs start to separate file 2015-02-26 18:28:48 +01:00
twinaphex
5a0f41c338 Create menu_entries_cbs_deferred_push.c 2015-02-26 17:33:00 +01:00
twinaphex
b4a8ee4006 Split up action cancel callbacks to new file 2015-02-26 17:22:00 +01:00
twinaphex
39b318c5ab Start splitting up menu_entries_cbs.c across several files 2015-02-26 16:50:30 +01:00
twinaphex
f80e3740aa Implement set_video_mode in video poke interface 2015-02-24 21:57:51 +01:00
twinaphex
88137521c4 Reimplement action_ok_video_resolution 2015-02-24 21:37:58 +01:00
twinaphex
d46f240679 Ifdef two functions with HAVE_LIBRETRODB 2015-02-24 20:23:35 +01:00
twinaphex
7e9aeee05d (GX) Implement get_video_output_size for Wii/Gamecube 2015-02-24 20:22:45 +01:00
twinaphex
55a2209e8e (PS3) Go through get_video_output_size interface now - build fixes 2015-02-24 20:16:03 +01:00
twinaphex
c5c9fbfbd8 Cleanup deferred_push_rdb_entry_detail 2015-02-24 19:08:53 +01:00
twinaphex
234c24c3b3 Move struct image to nbio 2015-02-24 08:40:20 +01:00
Toad King
f4a40c5218 [GX] more build fixes 2015-02-23 22:15:36 -06:00
twinaphex
58a25ef419 Implement nonblocking wallpaper image loading 2015-02-24 03:01:59 +01:00
twinaphex
6ce7e5b571 Refactor menu driver's 'load wallpaper' function 2015-02-23 23:32:59 +01:00
twinaphex
1a1d6a0889 Change returntype of file_cb for zlib_parse_file 2015-02-23 01:23:21 +01:00
twinaphex
37a541e8a0 Restructure some settings in g_extern 2015-02-16 17:52:58 +01:00
twinaphex
41d3657b5d Start creating directory content scanning - nonblocking I/O not
yet implemented
2015-02-16 07:53:27 +01:00
twinaphex
939b78753a Get rid of messy 'pending cb' code - instead use
string lists
2015-02-16 05:44:43 +01:00
twinaphex
01359b14c6 Add label representation for video filter 2015-02-15 20:37:15 +01:00
twinaphex
a68886cf5d Add 'action_start' for video filter 2015-02-15 18:41:58 +01:00
twinaphex
be5f3254ba Start implementing video softfilters - move it to Video Options 2015-02-15 18:26:59 +01:00
twinaphex
5fca7c5e9d Create 'Video Options' 2015-02-15 17:40:25 +01:00
twinaphex
3a2336275d Take out 'Default Filter' option 2015-02-15 17:32:23 +01:00
twinaphex
20b87ad3d5 Reimplement get_string_representation for ST_ACTION 2015-02-15 04:49:57 +01:00
twinaphex
f271b05712 MENU_SETTING_ACTION gets '...' label 2015-02-15 04:43:26 +01:00
twinaphex
7232a6a56b Add edge_magazine_review entry 2015-02-15 00:10:32 +01:00
twinaphex
5c6571e714 (Menu/Database) Ability to sort on Famitsu rating 2015-02-14 06:47:21 +01:00
twinaphex
64446ef497 Rename and move rarch_viewport 2015-02-14 05:52:05 +01:00
twinaphex
b777f019bf Create video_shader_driver_get_current_shader 2015-02-14 05:24:20 +01:00
twinaphex
94e1a339df Rename menu_action.c to menu_setting.c 2015-02-14 01:51:28 +01:00
twinaphex
df35e9fb75 Refactor menu_navigation.c 2015-02-14 00:47:42 +01:00
twinaphex
778f67dcad (PS3) Silence warnings 2015-02-13 20:28:49 +01:00
twinaphex
31b272f25a Don't pass menu_handle_t * state around 2015-02-13 20:19:20 +01:00
twinaphex
55844f06d7 Cleanups - start using menu_driver_resolve everywhere in menu
code for safety reasons
2015-02-13 20:04:50 +01:00
twinaphex
8568732234 (menu_entries_cbs.c) Avoid passing 'menu' handle around 2015-02-13 19:49:32 +01:00
twinaphex
6a68b56e71 Don't pass driver.menu to menu_database_realloc 2015-02-13 19:46:07 +01:00
twinaphex
4bc117222b Cleanup menu_entries_cbs.c - don't use driver.menu directly -
always go through menu_driver_resolve
2015-02-13 19:44:08 +01:00
twinaphex
4d31687899 Create menu_driver_resolve to avoid having to pass state pointer
around between functions
2015-02-13 19:00:59 +01:00
Lioncash
9ef984d525 menu_entries_cbs: Remove unused variables 2015-02-13 09:48:07 -05:00
twinaphex
56cce66121 Add button description to 'Help' 2015-02-13 04:54:42 +01:00
twinaphex
3feb89a8b2 (XMB) Rename 'Core Informations' 2015-02-13 04:03:52 +01:00