1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
Commit Graph

23715 Commits

Author SHA1 Message Date
twinaphex
a0531cd7cf string_list_new_special - Set len to 0 upon failure 2015-10-26 19:42:52 +01:00
twinaphex
91523a21c5 string_list_new_special - free upon failure 2015-10-26 19:42:27 +01:00
twinaphex
db5d8d248b Create new char_list_new_special 2015-10-26 19:41:20 +01:00
twinaphex
9e83bdf656 Add STRING_LIST_SUPPORTED_CORES_PATHS/STRING_LIST_SUPPORTED_CORES_NAMES 2015-10-26 19:24:25 +01:00
twinaphex
b9febe2eed Add void pointer to string_list_special_new 2015-10-26 19:16:20 +01:00
twinaphex
59bc4db6dd Add STRING_LIST_CORES_PATHS/STRING_LIST_CORES_NAMES 2015-10-26 19:05:49 +01:00
twinaphex
5f8cb99282 Create STRING_LIST_CORES 2015-10-26 19:03:29 +01:00
twinaphex
2dd30f743d (Android) Fix warnings 2015-10-26 18:49:20 +01:00
twinaphex
dc01514db1 Finished with code de-duplication 2015-10-26 18:41:13 +01:00
twinaphex
f6ed72b21c More code deduplication 2015-10-26 18:33:51 +01:00
Twinaphex
4a7595c7d2 Merge pull request #2291 from lakkatv/xmb
(Menu) prevent incrementing and decrementing animations when not need…
2015-10-26 17:39:38 +01:00
Jean-André Santoni
85fc46fd6c (Menu) prevent incrementing and decrementing animations when not needed, fixes an animation bug in XMB 2015-10-26 16:19:11 +07:00
twinaphex
8b978bc674 More code de-duplication 2015-10-26 09:06:11 +01:00
twinaphex
0116ea5ba5 More code deduplication 2015-10-26 08:59:23 +01:00
twinaphex
aff1bd03de Code deduplication 2015-10-26 08:55:59 +01:00
twinaphex
bb10bc06b7 (string_list_special.c) Code de-duplication 2015-10-26 08:52:25 +01:00
twinaphex
415176e360 Rfactor camera_driver.c to use string_list_special 2015-10-26 08:42:34 +01:00
twinaphex
08a97a4ca3 Create string_list_special.c 2015-10-26 08:39:35 +01:00
twinaphex
1b51882b8a Start implementing playlist association callbacks 2015-10-26 07:16:37 +01:00
twinaphex
ba88e3a515 Add MENU_FILE_PLAYLIST_ASSOCIATION type 2015-10-26 07:09:14 +01:00
twinaphex
826079d58f Start listing all playlists inside playlist settings 2015-10-26 06:55:42 +01:00
twinaphex
83cf945016 Add DIR_LIST_COLLECTIONS to dir_list_new_special 2015-10-26 06:41:22 +01:00
twinaphex
33f21a4b1f zarch_zui_push_quad - use existing array 2015-10-26 05:39:27 +01:00
twinaphex
a4b1915b50 zarch_zui_snow is not dependent on zui struct now 2015-10-26 05:33:47 +01:00
twinaphex
6900744f35 Refactor zarch_zui_push_quad 2015-10-26 05:30:41 +01:00
twinaphex
030a64228e Refactor zarch_zui_snow 2015-10-26 05:28:20 +01:00
aliaspider
04c79791e8 (CTR/3DS) fix for hbl 2.5 2015-10-26 04:58:39 +01:00
twinaphex
6b630a5d92 Show 'No Items' correctly' in Accounts 2015-10-26 03:29:08 +01:00
twinaphex
02a43c6b2a Change 'rarch' to 'retro' namespace in libretro-common 2015-10-26 03:18:13 +01:00
twinaphex
6ae8af1150 Update other Makefiles 2015-10-26 02:46:51 +01:00
twinaphex
8c87ac03e5 Split up compat into separate files 2015-10-26 02:41:41 +01:00
twinaphex
8e7477ed07 (ffmpeg) Attempt to make ffmpeg recording driver forwards compatible 2015-10-26 00:47:45 +01:00
twinaphex
1943ccacfb Don't use compat/strl.h for OSX/iOS either 2015-10-26 00:29:16 +01:00
twinaphex
5ea75b616f Don't use compat/posix_string.h for OSX/iOS 2015-10-26 00:21:37 +01:00
twinaphex
7ac917afe6 Don't show 'Parent Directory' entry for core list 2015-10-25 23:26:57 +01:00
Twinaphex
b060c59ee0 Merge pull request #2289 from Arche-san/xmb-reset-wallpaper
xmb : reset to default background if wallpaper not available for current section
2015-10-25 21:17:29 +01:00
twinaphex
d19477edc5 (libretro-common) Update 2015-10-25 21:12:54 +01:00
Arche-san
6403682fcb xmb : reset to default wallpaper if wallpaper not available for selected category 2015-10-25 21:02:21 +01:00
twinaphex
c96976083e Compile retro_stat as C 2015-10-25 20:57:38 +01:00
twinaphex
4b41ea60a0 Fix CXX_BUILD 2015-10-25 20:40:47 +01:00
Twinaphex
15c80a6e73 Merge pull request #2288 from leiradel/master
fixed wrong setting id
2015-10-25 18:46:00 +01:00
Andre Leiradella
15adfdbe7d fixed wrong setting id 2015-10-25 15:13:37 -02:00
twinaphex
640de49c1a Move Input Hotkey Binds to 'Input Settings' 2015-10-25 10:41:53 +01:00
twinaphex
e997171d3c Reimplement Playlist Settings 2015-10-25 10:25:07 +01:00
twinaphex
443bf73c8c Add DISPLAYLIST_PLAYLIST_SETTINGS_LIST 2015-10-25 09:38:53 +01:00
twinaphex
cd17983fb7 (Zarch) Show all entries in 'Recent' 2015-10-25 09:22:00 +01:00
twinaphex
325b6b3f7d Add back lua_converter.c 2015-10-25 09:15:36 +01:00
twinaphex
759a01b74f Use PATH_MAX_LENGTH 2015-10-25 08:51:04 +01:00
twinaphex
b5768cb94c Exclude parent dir entry for horizontal menu 2015-10-25 08:47:17 +01:00
twinaphex
056199c574 Add 'back' to file browser 2015-10-25 08:31:55 +01:00