67 Commits

Author SHA1 Message Date
twinaphex
b95cdd2215 Rename menu_common.c to menu.c 2015-01-10 04:53:37 +01:00
twinaphex
8fc4db23dc (360) Silence some warnings 2015-01-09 17:48:20 +01:00
Twinaphex
9274a6a1ae Merge pull request #1331 from Swizzy/master
Some XDK360 fixes
2015-01-09 17:41:11 +01:00
twinaphex
ec22bada36 Add retroarch.h header 2015-01-09 17:40:47 +01:00
Swizzy
82f94d1567 (XDK360) Disable XUI User Input 2015-01-09 17:38:33 +01:00
Swizzy
935a6c5a8f (XDK360) Dynamic XUI Text Width/Position
Dynamically change the width of the left and right text
Dynamically change the position of the right text
2015-01-09 12:36:44 +01:00
twinaphex
f9cd1ba788 Rename .hpp files 2015-01-07 22:23:45 +01:00
Swizzy
d60b5783a2 (XDK360) New XUI Code
Signed-off-by: Swizzy <swizzy@xeupd.com>
2015-01-07 21:51:10 +01:00
twinaphex
90076c5fad Start using MAX_PATH_LENGTH - relying on MAX_PATH for 360 can cause
problems because it's defined at '260' and thus too small for some
strings
2015-01-07 20:42:36 +01:00
twinaphex
ecf499c588 Update headers 2015-01-07 18:24:13 +01:00
twinaphex
453321c50b Start updating headers 2015-01-07 17:46:50 +01:00
Swizzy
3c9e888e4c (XDK360) Fix XUI Output 2015-01-06 14:17:40 +01:00
twinaphex
12c7147f8f Start adding Core Input Remapping options (stub for now) 2015-01-05 19:49:11 +01:00
Jean-André Santoni
1d531c22a0 (RGUI) Fix backward navigation index bug 2015-01-04 15:52:46 +01:00
twinaphex
d3fb2c07d0 (menu/disp/rgui.c) Declare some variables at the top 2015-01-04 15:22:49 +01:00
Twinaphex
343f0c40dd (iOS) Fix crash in fill_rect upon closing RetroArch iOS 2015-01-01 18:53:04 +01:00
Twinaphex
a3f4c07078 (iOS) Extensions list argument for dir_list_new should only be passed
when extension filtering is enabled
2015-01-01 18:47:39 +01:00
Jay McCarthy
c7cc2827a0 Go from load content directly into game 2014-12-31 15:24:50 -05:00
twinaphex
1500302e13 (XUI) Build fixes 2014-12-23 21:25:02 +01:00
twinaphex
94f5884a45 (XDK) Some stub build fixes 2014-12-23 21:21:49 +01:00
twinaphex
77bc9b5e0d Add stub Core Manager 2014-12-21 23:41:17 +01:00
twinaphex
4114e74d35 Change Netplay Options to Network Options 2014-12-20 22:44:06 +01:00
twinaphex
d1f0f50900 (rmenu.c) Fix up struct 2014-12-20 21:47:16 +01:00
twinaphex
61c98d8893 Start adding stub 'Cheat File Load' 2014-12-15 23:51:11 +01:00
twinaphex
205dd9d71f (GLUI/RGUI display drivers) Implement ascend_alphabet/descend_alphabet 2014-12-15 19:03:47 +01:00
twinaphex
c06648b47f (RGUI) Implement navigation_set_last in display driver 2014-12-15 18:56:49 +01:00
twinaphex
fe0ece3124 Add preliminary Core Cheat Options support - should work with
cores like SNES9x/bSNES right now
2014-12-06 15:47:25 +01:00
Lioncash
a716ea0849 rmenu_xui: Fix indentation 2014-12-03 16:26:35 -05:00
Jay McCarthy
e306260302 Fix typo 2014-12-01 10:09:29 -05: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
Jean-André Santoni
5fd2a852ca (XMB) Fix another display bug 2014-11-27 17:07:52 +07:00
Jean-André Santoni
8df89718a3 (XMB) Display subsetting icons 2014-11-26 10:36:25 +07:00
Jean-André Santoni
5cd6b80a73 (XMB) Bugfix 2014-11-25 22:30:52 +07:00
Jean-André Santoni
eeee8e74a4 (XMB) Display appropriate icons for actions 2014-11-25 11:37:39 +07:00
twinaphex
c89b91b174 Add update_core_info function callback to menu display layer 2014-11-25 03:49:26 +01:00
Jean-André Santoni
802b7951fb (XMB) Revert cd3e0b02f5a5dde6e5dccbf4aa5338ccf6a4764f, 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
Jean-André Santoni
3c55ea7f43 (XMB) Display appropriate content icons 2014-11-21 16:40:47 +07:00
Twinaphex
23a9d43b08 (XMB) Get rid of unused variables 2014-11-17 14:56:25 +01:00
Jean-André Santoni
cd3e0b02f5 (XMB) Fix category icons not showing up 2014-11-17 16:17:24 +07:00
twinaphex
249f2b9eff Add missing cast to node assignment 2014-11-15 13:33:58 +01:00
Twinaphex
ec93f315e0 Merge pull request #1251 from lioncash/cond
Remove redundant conditions
2014-11-15 12:37:15 +01:00
Lioncash
ee80a34974 Add/fix some trivial null checks 2014-11-14 23:06:34 -05:00
Lioncash
5d65c73be3 Remove redundant conditions 2014-11-14 22:50:33 -05:00
Jean-André Santoni
54d0489c41 (XMB) Display core title 2014-11-15 00:35:45 +01:00
Twinaphex
57cc1d8884 Merge pull request #1247 from lakkatv/xmb
(XMB) Improve list switch animation
2014-11-14 23:42:56 +01:00
Jean-André Santoni
9c2617bcf8 (XMB) Improve list switch animation 2014-11-14 23:39:24 +01:00
Twinaphex
4a431ad7c8 Merge pull request #1245 from lakkatv/xmb
(XMB) Horizontal navigation
2014-11-14 22:45:44 +01:00