3233 Commits

Author SHA1 Message Date
twinaphex
6849f4f18c (Salamander) Fix Salamander targets 2014-10-22 00:28:56 +02:00
twinaphex
9a9fa6532a Move file_path.c to libretro SDK 2014-10-22 00:23:06 +02:00
twinaphex
dd93d549aa Rename rarch_file_path to file_ops 2014-10-21 23:53:09 +02:00
twinaphex
2c5b744bc4 Compartmentalize file_path functions over to file_path.c 2014-10-21 23:33:20 +02:00
twinaphex
a92b675f8e Move string_list to SDK 2014-10-21 19:59:27 +02:00
twinaphex
3d9186f680 Move file_list.c to libretro SDK 2014-10-21 19:23:28 +02:00
twinaphex
383eb08988 Don't have file_path.h include dir_list.h 2014-10-21 18:46:39 +02:00
twinaphex
81c5019afb Move miscellaneous header over to libretro SDK 2014-10-21 08:39:37 +02:00
twinaphex
bc254071b9 (360) Build fixes 2014-10-21 08:13:50 +02:00
twinaphex
7472922ee0 Move compat/ over to libretro SDK 2014-10-21 07:58:58 +02:00
twinaphex
002a2f6ecd (XMB) Fix signed/unsigned mismatches 2014-10-21 05:51:30 +02:00
twinaphex
ba2a2048a2 (MSVC) Silence signed/unsigned mismatches warnings 2014-10-21 05:45:43 +02:00
twinaphex
e33c6ef6b2 (360) Build fixes 2014-10-21 05:44:09 +02:00
twinaphex
e0c98a1059 (MSVC) Add XMB 2014-10-21 05:38:23 +02:00
twinaphex
9519304b12 (MSVC) Build fixes 2014-10-21 05:33:58 +02:00
twinaphex
c62d52de0f Start properly implementing libretro SDK for boolean.h include
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00
twinaphex
375273720f (GX) Fix implicit declaration warnings 2014-10-21 01:34:00 +02:00
twinaphex
df153855c7 (RMenu) Fix build 2014-10-21 01:27:45 +02:00
twinaphex
719c7e445b (Salamander) Fix build 2014-10-21 01:24:25 +02:00
Twinaphex
dbb5f02e9d (Lakka) Remove unused variable 2014-10-21 00:23:25 +02:00
Twinaphex
b884bc6e7f Merge pull request #1174 from lakkatv/xmb
(Lakka) Remove Main Menu from the settings list
2014-10-21 00:15:05 +02:00
Jean-André Santoni
7908389077 (Lakka) Remove Main Menu from the settings list 2014-10-21 00:13:34 +02:00
twinaphex
a14bfdfca2 Don't use variables named 'bind' and 'index' 2014-10-20 23:41:01 +02:00
Twinaphex
f3d04f0fde (XMB) Cleanups 2014-10-20 23:08:58 +02:00
Twinaphex
4378ccefcb (XMB) Fix unused variable(s) warnings 2014-10-20 21:53:16 +02:00
twinaphex
42bb37816e Take file_path.h include out of file.h 2014-10-20 21:51:04 +02:00
Jean-André Santoni
a639e6163d (Menu) Performance improvement, prevent drawing the menu texture when using a GL menu driver 2014-10-20 21:26:55 +02:00
Twinaphex
b4c6715eb0 Merge pull request #1172 from lakkatv/xmb
(XMB) Horizontal animations using file_list cache
2014-10-20 20:06:17 +02:00
Jean-André Santoni
630b5fa320 (XMB) Horizontal animations 2014-10-20 20:00:39 +02:00
Jean-André Santoni
d1df2828a7 (Menu) Cache the lists and pointers on OK and CANCEL 2014-10-20 20:00:10 +02:00
Jean-André Santoni
0227602ce5 (Menu) Add cache for selection_buf and menu_stack 2014-10-20 19:56:50 +02:00
Jean-André Santoni
4bdc3a2818 (Menu) Add cache for selection_ptr 2014-10-20 19:56:18 +02:00
Jean-André Santoni
2f988c300b (Menu) Make disp_set_label work with any file_list 2014-10-20 19:54:55 +02:00
twinaphex
def41a573f Avoid using 'index' for local variables 2014-10-20 19:18:18 +02:00
twinaphex
bbadaf1911 Replace index variable name 2014-10-20 04:37:52 +02:00
Twinaphex
7c45f48965 Clean up unused variable 2014-10-20 02:55:31 +02:00
Jean-André Santoni
99111c2633 (XMB) Fix the offset bug in populate_entries 2014-10-20 01:51:00 +02:00
twinaphex
2050162817 menu_entries_cbs.c - cleanups 2014-10-19 22:42:23 +02:00
twinaphex
3c0dade671 (menu_entries_cbs.c) Remove unused code 2014-10-19 22:39:52 +02:00
aliaspider
10c2784c02 fixes game screen sometimes not showing in combination with some shaders
and menu drivers using GL.
note: this still doesnt fix the game screen not showing when
pause_libretro is set to true.
2014-10-19 21:24:29 +01:00
twinaphex
d33a666753 Remove input_bind_device_id code 2014-10-19 19:45:56 +02:00
twinaphex
829060886d Take out more unused input file list settings code 2014-10-19 06:02:11 +02:00
twinaphex
2758646c4b Take out more no-longer needed input settings 2014-10-19 05:51:48 +02:00
twinaphex
c99602d72d (menu_entries_cbs.c) Take out unused code 2014-10-19 05:49:37 +02:00
Toad King
0047aa9aaf add fast scrolling to settings menus 2014-10-18 20:38:46 -05:00
Jean-André Santoni
6afddd8261 (XMB) Fix depth animation 2014-10-18 16:49:51 +02:00
Jean-André Santoni
87df98661f (XMB) Display core icon 2014-10-18 16:26:02 +02:00
Jean-André Santoni
24a150cfce (XMB) Typo 2014-10-18 16:04:14 +02:00
Jean-André Santoni
2d3c5aec6f (Menu) Fix menu_entries_parse_list not calling populate_entries 2014-10-18 14:52:32 +02:00
Jean-André Santoni
21db7b262a (Menu) Adjust margins 2014-10-18 14:51:50 +02:00