Commit Graph

98 Commits

Author SHA1 Message Date
twinaphex
47cb5961c2 Move Custom Ratio to Video Options 2015-06-24 06:03:26 +02:00
twinaphex
e30b3efe9f (Menu) Create 'Information' list 2015-06-24 04:56:44 +02:00
twinaphex
5be19770f2 (history list/playlists) Push content settings list onto stack
after we load content
2015-06-23 13:06:55 +02:00
twinaphex
be2ae1c602 Add "builtin_mediaplayer_enable" setting 2015-06-23 07:09:24 +02:00
twinaphex
38b3b87812 (FFmpeg) should now have built-in support for launching movies/music
directly when HAVE_FFMPEG is defined
2015-06-23 06:44:29 +02:00
twinaphex
0944c2de10 Start adding MENU_FILE_MUSIC and MENU_FILE_MOVIE 2015-06-23 06:13:57 +02:00
twinaphex
f64922b618 Cleanups 2015-06-23 04:12:47 +02:00
twinaphex
676e9740a9 Simplify action_get_title_default 2015-06-23 04:10:19 +02:00
twinaphex
5a5442af66 Add more GET_VALUE entries 2015-06-22 23:25:04 +02:00
twinaphex
ff7833180d Rename Unload Core to 'Close Content' and move it to Content Settings 2015-06-22 23:16:00 +02:00
twinaphex
f71c27af65 Create 'Content Settings' 2015-06-22 22:10:14 +02:00
twinaphex
5ec671930b (menu_cbs_title.c) Use fill_pathname_join_delim 2015-06-22 20:10:33 +02:00
twinaphex
324cf09deb (Menu) Use fill_pathname_join_delim 2015-06-22 19:48:49 +02:00
twinaphex
5f67c53e6a Use fill_short_pathname_representation 2015-06-22 19:39:56 +02:00
twinaphex
1b17c7cd8a (menu_cbs_title.c) Cut down on snprintf usage 2015-06-22 12:11:21 +02:00
twinaphex
8eaead9cd5 Add more '...' labels 2015-06-22 09:03:47 +02:00
twinaphex
f13ff67ec8 Create 'Load Content' Group 2015-06-22 08:46:42 +02:00
twinaphex
71364701ea Move Video Filter setting to Video Settings 2015-06-22 07:31:45 +02:00
twinaphex
74813dc0c5 Cleanup 2015-06-22 02:46:45 +02:00
twinaphex
006288749e (Menu) Cleanup 2015-06-22 02:19:29 +02:00
twinaphex
672cacb5e5 (Menu) Update labels 2015-06-21 23:58:50 +02:00
twinaphex
7df42acf8c (Menu) Update more labels 2015-06-21 23:54:57 +02:00
twinaphex
1949c5eada (Menu) Menu label/hashes update 2015-06-21 08:41:36 +02:00
twinaphex
9bc8f3b219 (menu_cbs_get_value.c) Use MENU_VALUE_NOT_AVAILABLE 2015-06-21 04:09:12 +02:00
twinaphex
a63ebe1d12 (Menu) More hash updates 2015-06-19 16:56:01 +02:00
twinaphex
a44de1dae4 (Menu) Cleanups 2015-06-19 10:35:47 +02:00
twinaphex
1fd9d172f6 (Menu) Menu hashes 2015-06-19 08:51:27 +02:00
twinaphex
64f76a2549 (Menu) Menu hashes update 2015-06-19 08:34:41 +02:00
twinaphex
0069df0361 (Menu) replace instances of 'No Core' 2015-06-19 06:08:08 +02:00
twinaphex
4bea7b125f (Menu) More hashing changes 2015-06-19 05:25:37 +02:00
twinaphex
f39010fcfc (Menu) Create MENU_LABEL_VALUE_STARTING_DOWNLOAD 2015-06-19 05:13:00 +02:00
twinaphex
1bb048fcf8 (Menu Hash) Fix deferred core 2015-06-19 05:08:37 +02:00
twinaphex
9c50b702c0 (Menu) More menu hash changes 2015-06-19 05:00:49 +02:00
twinaphex
bd7d5a4719 (Menu) Fix labels for 'Custom Ratio' 2015-06-19 04:46:11 +02:00
twinaphex
c0bc5b7b47 (Menu) More menu hashes 2015-06-19 04:41:07 +02:00
twinaphex
1c5fd3008f (Menu) Menu hashes 2015-06-19 04:06:59 +02:00
Twinaphex
55eaff9793 (Menu) Cleanups 2015-06-19 03:46:54 +02:00
Twinaphex
54f29e49d8 Revert "(XMB) Restore the contextual menu" 2015-06-18 20:57:16 +02:00
Twinaphex
7720aba9ef Revert "(XMB) Start re-implementing the Run entry" 2015-06-18 20:56:58 +02:00
Jean-André Santoni
ed8525b202 (XMB) Start re-implementing the Run entry 2015-06-18 23:21:14 +07:00
Jean-André Santoni
153b5c2a43 (XMB) Restore the contextual menu 2015-06-18 15:16:11 +07:00
twinaphex
35f546e4ba (Menu) Updates 2015-06-18 10:12:29 +02:00
twinaphex
82708c50c6 Go through menu_hash_to_str for more 2015-06-18 09:04:12 +02:00
twinaphex
897361b9d4 Create menu_hash_calculate 2015-06-17 19:55:35 +02:00
twinaphex
bbb4121a1c Create wrapper functions for nonblocking_refresh 2015-06-16 03:07:44 +02:00
twinaphex
819723be06 Move '_refresh' functions to menu_entries.c 2015-06-16 03:03:20 +02:00
twinaphex
d66db000c6 Create wrappers for accessing menu->begin 2015-06-16 01:59:26 +02:00
Higor Eurípedes
1239b56d8a (XMB) Fix segfault 2015-06-15 15:01:12 -03:00
Higor Eurípedes
b304ddcf7a Fix menu_driver_list_insert leaks 2015-06-15 15:01:12 -03:00
Twinaphex
82f19a0f55 Remove unused variable 2015-06-15 19:02:27 +02:00