Commit Graph

14914 Commits

Author SHA1 Message Date
twinaphex
3c9e97842e [PATCH 1/2] Fix RGUI shader parameters. 2014-11-29 21:03:31 +01:00
twinaphex
bb48597723 CXX_BUILD: buildfix #1 2014-11-29 21:01:21 +01:00
twinaphex
af0d416323 Fix bug in history_playlist_push 2014-11-29 16:53:26 +01:00
twinaphex
791ba7ba04 Should fix history list not being saved when launching from CLI 2014-11-29 16:40:33 +01:00
twinaphex
307e636e86 Show history list when g_settings.history_list_enable is true 2014-11-29 16:37:00 +01:00
twinaphex
9d25947694 Take out fclose on early return since it was only there for when
playlist is NULL
2014-11-29 16:07:05 +01:00
twinaphex
c6c20ae9b5 Change how content_playlist_read_file works 2014-11-29 16:05:52 +01:00
twinaphex
91efc6c68b Add log to RARCH_CMD_HISTORY_INIT 2014-11-29 15:37:53 +01:00
Twinaphex
07e2f24039 Merge pull request #1275 from lakkatv/xmb
(XMB) Move all caching stuff to the display driver
2014-11-27 19:06:23 +01:00
Jean-André Santoni
01838efaa8 (XMB) Move all file_list caching variables to the xmb display driver 2014-11-27 23:03:27 +07:00
Jean-André Santoni
9fe3f9409e (XMB) Move all file_list caching actions inside the xmb display driver 2014-11-27 22:28:45 +07:00
Twinaphex
3099f59719 Merge pull request #1274 from lakkatv/xmb
(XMB) Fix another display bug
2014-11-27 11:16:20 +01:00
Jean-André Santoni
5fd2a852ca (XMB) Fix another display bug 2014-11-27 17:07:52 +07:00
twinaphex
6393badfb5 Move rarch_main_command(RARCH_HISTORY_INIT) outside of check
for history list enable
2014-11-27 09:03:15 +01:00
twinaphex
678460b5c1 Add early return to RARCH_CMD_HISTORY_INIT 2014-11-27 08:58:31 +01:00
twinaphex
df8e3dfc55 Add content history dir and change 'retroarch-history.txt' to 'retroarch-content-history.txt' 2014-11-27 08:46:30 +01:00
twinaphex
5998ca0f5d playlist.c - add warnings 2014-11-27 08:29:15 +01:00
twinaphex
78053a64f7 Small change 2014-11-26 21:58:50 +01:00
twinaphex
85ac84cb08 Implement joypad driver settings options too 2014-11-26 21:56:53 +01:00
twinaphex
ec2242db02 Implement other driver options too 2014-11-26 21:48:02 +01:00
twinaphex
195e0f2aa2 Generalize variable names 2014-11-26 21:40:51 +01:00
twinaphex
d96d0059b7 Build fix 2014-11-26 21:37:54 +01:00
Twinaphex
5597603849 Merge pull request #1273 from jeapostrophe/master
Fixing iOS menu problems and cleaning code
2014-11-26 20:41:48 +01:00
Jay McCarthy
bdac9e9717 Fixing Use Empty Path on directory settings 2014-11-26 14:24:18 -05:00
Jay McCarthy
4f15c31a16 Simplify input_options function 2014-11-26 14:09:32 -05:00
Twinaphex
20da006556 Merge pull request #1272 from lioncash/unused
menu_entries_cb: Remove unused variable
2014-11-26 17:43:05 +01:00
Lioncash
39e0903f62 menu_entries_cb: Remove unused variable 2014-11-26 08:05:43 -05:00
Twinaphex
8ce75591ba Merge pull request #1270 from lakkatv/xmb
(XMB) Display subsetting icons
2014-11-26 04:41:55 +01:00
Jean-André Santoni
8df89718a3 (XMB) Display subsetting icons 2014-11-26 10:36:25 +07:00
Alcaro
049b876ae7 Fix build - some files moved around. 2014-11-25 20:40:42 +01:00
Twinaphex
5e732377a3 Merge pull request #1269 from lakkatv/xmb
(XMB) Bugfix
2014-11-25 18:56:03 +01:00
Jean-André Santoni
5cd6b80a73 (XMB) Bugfix 2014-11-25 22:30:52 +07:00
Twinaphex
b2aabbfb5a Merge pull request #1268 from lakkatv/xmb
(XMB) Make some actions working
2014-11-25 06:37:12 +01:00
Jean-André Santoni
886a5a4bba (XMB) Make some actions working 2014-11-25 12:34:37 +07:00
Twinaphex
b9460df53d Merge pull request #1267 from lakkatv/xmb
XMB
2014-11-25 06:18:21 +01:00
Jean-André Santoni
eeee8e74a4 (XMB) Display appropriate icons for actions 2014-11-25 11:37:39 +07:00
Jean-André Santoni
c0d80a4e25 (XMB) Add more file types for actions 2014-11-25 11:20:15 +07:00
Jean-André Santoni
68b144e6ce (XMB) Push more action subitems 2014-11-25 11:15:19 +07:00
twinaphex
c89b91b174 Add update_core_info function callback to menu display layer 2014-11-25 03:49:26 +01:00
Twinaphex
3c6a67a146 Merge pull request #1266 from lakkatv/xmb
XMB
2014-11-24 17:15:02 +01:00
Jean-André Santoni
802b7951fb (XMB) Revert cd3e0b02f5, let's find a better way to do this 2014-11-24 21:59:11 +07:00
Jean-André Santoni
7c62faa0e0 (XMB) Start displaying a list of action for each content in content lists 2014-11-24 21:14:01 +07:00
Jean-André Santoni
33edefb154 (XMB) Use MENU_FILE_CONTENTLIST_ENTRY 2014-11-24 21:14:01 +07:00
twinaphex
42bc5d35ca Don't create empty history file if it does not exist yet - TODO/FIXME -
verify on consoles/mobiles
2014-11-24 08:00:06 +01:00
twinaphex
0a896575be init_content_file - set content_is_init to false at start of
function
2014-11-24 06:27:24 +01:00
twinaphex
d22a2896b5 Add check for g_extern.system.no_content as well 2014-11-24 06:25:11 +01:00
twinaphex
064f23b354 Add content_is_init - set to true if content file has been loaded
into memory, set to false when it has failed in doing so
2014-11-24 06:21:52 +01:00
Twinaphex
e75d94fd65 Merge pull request #1263 from lakkatv/xmb
(XMB) Display appropriate content icons
2014-11-21 15:58:27 +01:00
Jean-André Santoni
3c55ea7f43 (XMB) Display appropriate content icons 2014-11-21 16:40:47 +07:00
twinaphex
4d6c241c0c (Android) Take out default playlists directory 2014-11-20 07:12:40 +01:00