5854 Commits

Author SHA1 Message Date
Twinaphex
248882c545 Merge pull request #3290 from leiradel/master
fixed unguarded use of XMB_TEXTURE_IMAGES
2016-07-31 01:42:27 +02:00
twinaphex
9211dea6d5 Image/music history playlists should work now too 2016-07-30 23:56:12 +02:00
twinaphex
5aa61dcb15 Successfully pushes movies/music/image files now to proper history list 2016-07-30 23:50:29 +02:00
twinaphex
43a805eb74 Cleanups 2016-07-30 23:18:27 +02:00
Andre Leiradella
2a4de40bab fixed unguarded use of XMB_TEXTURE_IMAGES 2016-07-30 22:17:55 +01:00
twinaphex
3dcc52fd5b Start showing history video playlist 2016-07-30 23:12:17 +02:00
twinaphex
34d654b0f3 Turn menu_displaylist_parse_playlist_history into a generic
function
2016-07-30 23:07:18 +02:00
twinaphex
9e6d771bcf Create menu_displaylist_parse_playlist_history 2016-07-30 23:03:33 +02:00
twinaphex
8b706ad805 Start creating new history files for music/video/image 2016-07-30 22:47:43 +02:00
twinaphex
f803809bb6 (XMB) Add 'Take Screenshot' to 'Images tab' 2016-07-30 19:47:39 +02:00
twinaphex
ee742bdb0a Add this back to Main Menu in case HAVE_FFMPEG is not defined 2016-07-30 19:44:42 +02:00
twinaphex
5beb759865 Move 'Start Video Processor Core' option over to 'Videos' tab 2016-07-30 19:43:33 +02:00
Twinaphex
685c126589 Remove unused variables 2016-07-30 19:31:37 +02:00
Twinaphex
7572924abf Buildfix 2016-07-30 19:30:29 +02:00
twinaphex
1e0a4518de (XMB) Add Music/Movie/Images tabs 2016-07-30 19:29:10 +02:00
twinaphex
821aff99df Start adding extra enums 2016-07-30 19:12:56 +02:00
twinaphex
e477555991 Get rid of hacky per-core config - this and config overrides
was mutually exclusive, so time to cut the fat
2016-07-30 16:49:04 +02:00
twinaphex
70388e66d6 Hide Logging Settings and Core Settings when 'Show Advanced Settings'
is disabled
2016-07-30 12:43:03 +02:00
twinaphex
3efdfb8ba7 Add help message for FILE_TYPE_DIRECTORY 2016-07-30 01:36:09 +02:00
twinaphex
ac9b3194a5 Create config_get_active_core_path_ptr 2016-07-29 22:52:37 +02:00
Twinaphex
410d97dfb0 Remove unused variable 2016-07-29 01:41:22 +02:00
twinaphex
a625bf51ef Set core type to CORE_TYPE_VIDEO_PROCESSOR 2016-07-28 20:41:51 +02:00
twinaphex
4f617071db Add Start Video Processor menu entry 2016-07-28 20:35:05 +02:00
twinaphex
b9aa9a6b1e Fix namespace conflicts 2016-07-27 21:28:33 +02:00
twinaphex
cca2724f52 Add help messages 2016-07-27 21:01:39 +02:00
twinaphex
67e4514e9d add help messages 2016-07-27 20:47:54 +02:00
twinaphex
95cfa33629 Add more help messages 2016-07-27 16:49:13 +02:00
twinaphex
02dcbce602 Add more help messages 2016-07-27 16:37:28 +02:00
Jean-André Santoni
53689babb3 (GLUI) Display a rectangle behind the info messages 2016-07-26 21:36:41 +02:00
Jean-André Santoni
34c0b6a29c (GLUI) Fix help messages vertical centering 2016-07-26 21:12:34 +02:00
Jean-André Santoni
68fd31a0f7 (GLUI) Align help messages to the left, in a centered box 2016-07-26 21:10:43 +02:00
twinaphex
8cd59822e8 Start adding fallback help messages for file types 2016-07-26 15:12:20 +02:00
twinaphex
e9b3b9c30b Use config_get_active_core_path_size 2016-07-26 14:32:18 +02:00
twinaphex
3da2b1b0b0 Get rid of one HAVE_COMPRESSION ifdef 2016-07-26 14:27:54 +02:00
twinaphex
001d0a1d62 Fix 'Load Core' again 2016-07-26 12:08:04 +02:00
twinaphex
d47d62f737 Don't show Restart RetroArch on PS3 right now 2016-07-26 11:25:04 +02:00
twinaphex
6d1f35d579 Cannot edit these entries yet, so just hide them for now 2016-07-26 10:37:35 +02:00
twinaphex
8b364bc611 Add help message for 'Parent directory' 2016-07-26 10:35:53 +02:00
twinaphex
df4cea8257 Add help messages for general images 2016-07-26 10:24:20 +02:00
twinaphex
0b497837fb Add more help messages for music/movie files 2016-07-26 10:16:53 +02:00
twinaphex
821d51f2f5 Add help message for directories 2016-07-26 09:58:08 +02:00
twinaphex
1113a6de46 parse_generic - Gpo through variable 2016-07-26 09:54:16 +02:00
twinaphex
246855ff97 Add MENU_ENUM_LABEL_FILE_BROWSER_SELECT_CORE_FROM_COLLECTION 2016-07-26 09:28:06 +02:00
twinaphex
f360084790 Add help message for libretro cores 2016-07-26 09:21:07 +02:00
twinaphex
6a4665937b restore this 2016-07-26 09:15:20 +02:00
twinaphex
35471433fd Dehardcode MSG_UNKNOWN usage 2016-07-26 08:36:07 +02:00
twinaphex
9092d92a66 Start adding new enums 2016-07-26 08:14:44 +02:00
twinaphex
12ad4e67dd Revert "Add enum_idx for most remaining settings"
This reverts commit e82a129fef7fb1eab6eced46f7c9b9ea67dcd037.
2016-07-25 19:09:17 +02:00
twinaphex
0387349e40 Revert "Use enums for as many settings entries as possible"
This reverts commit 7baada45b0e329260e9b01ae452af224ec54e41f.
2016-07-25 19:09:10 +02:00
twinaphex
d7ec944adc Revert "Help entry should respond now for compressed archives inside"
This reverts commit b12f81c0a00192f70e1808e9d93eff4f4c184eb2.
2016-07-25 19:09:03 +02:00