Commit Graph

100 Commits

Author SHA1 Message Date
twinaphex
63e2d13b8f Create string_is_equal_noncase - try not to use strcasecmp so much 2016-01-20 17:34:19 +01:00
twinaphex
454abdee48 stdstring - create string_is_equal 2016-01-20 04:07:24 +01:00
twinaphex
7a55ae3765 Start updating headers for 2016 2016-01-10 04:06:50 +01:00
twinaphex
a8590e656e Take out header include core_info.h from runloop.h 2015-12-11 13:56:00 +01:00
twinaphex
159fe58926 Move core info list to runloop_ctl 2015-12-11 13:51:17 +01:00
twinaphex
e1331fa6a5 CXX_BUILD fixes 2015-12-10 14:05:56 +01:00
twinaphex
91cf0508fe core_info.c - Refactor 2015-12-06 20:44:21 +01:00
twinaphex
e7c842ae1f core_info_list_get_all_extensions - check if global is non-NULL
instead
2015-11-20 13:53:19 +01:00
twinaphex
bca0edce49 Cleanups 2015-11-20 08:42:33 +01:00
twinaphex
04ec34a35d core_info_get - cleanups 2015-11-20 08:41:46 +01:00
Jean-André Santoni
fe02f2ab86 Implement core assignation switching 2015-11-20 05:20:13 +07:00
twinaphex
da1931ad9f First working implementation of playlist associations 2015-10-31 17:44:42 +01:00
twinaphex
9e2dc0745e Add param to dir_list_new_special 2015-10-26 21:30:58 +01:00
Twinaphex
c8b041ef7d Simplify core_info_list_get_all_extensions 2015-09-14 23:33:50 +02:00
twinaphex
e1c1917ed5 Cleanup headers 2015-09-05 19:24:21 +02:00
twinaphex
4ebfe7a779 Cleanups 2015-09-04 21:11:00 +02:00
twinaphex
5705c30b95 Pointers set by config_get_string need to be freed 2015-07-12 21:14:41 +02:00
radius
0708e585e3 change to display name only, looks like the core picker, needs to be ordered by name though 2015-07-12 03:22:11 -05:00
radius
b7e2755e2b change to display name, looks better 2015-07-12 03:18:24 -05:00
radius
b77353e348 add system name to core updater list 2015-07-12 03:15:42 -05:00
twinaphex
80899d45d2 Cleanup some other small leaks to do with config_get_string 2015-07-09 20:16:30 +02:00
twinaphex
c1503e8bf0 (libogc) Buildfix 2015-07-04 19:01:55 +02:00
twinaphex
c7d9f2f7e8 Show prettified core info display names in Core Updater 2015-07-04 18:57:04 +02:00
twinaphex
3417d98405 (General) Cleanups 2015-06-13 03:06:11 +02:00
Twinaphex
66c006d1d8 (core_info.c) Buildfix 2015-05-26 09:06:02 +02:00
twinaphex
18e68918f3 core_info_get_name and content_playlist_update 2015-05-26 06:28:16 +02:00
twinaphex
095683b2e0 Start using dir_list_new_special at more places 2015-05-24 04:39:16 +02:00
Higor Eurípedes
2309fea406 (Core Info) Free info->core_name too 2015-04-25 21:42:46 -03:00
twinaphex
0aeb6d2c45 (core_info.c) core_info_list_resolve_all_firmware - add early continue if pointer
is NULL
2015-04-04 21:26:49 +02:00
twinaphex
c26804335b (libretro-common) Move file_extract.c to libretro-common 2015-03-28 20:14:19 +01:00
twinaphex
f130b00596 Updates pt. 3 2015-03-20 22:08:36 +01:00
aliaspider
4317c4f1cb (PSP) fix build.
add 7-zip support.
fix cores filenames detection in core_info_list_new.
use sceRtcGetCurrentTick instead of the less precise gettimeofday for
the performance counter.
2015-02-25 13:30:46 +01:00
twinaphex
e866c213b0 core_info_resolve_all_extensions - cleanup 2015-02-05 18:34:31 +01:00
twinaphex
6067deb1e9 Refactor away compressed_zip_file_list_new 2015-01-30 20:41:54 +01:00
twinaphex
4fc37d4f25 Add database info to core_info.c 2015-01-25 08:21:02 +01:00
twinaphex
ed3f28b4cf Remove unused core_info_list_get_by_id 2015-01-16 02:14:23 +01:00
twinaphex
5f611f7270 More documentation for input_common.c 2015-01-12 04:19:57 +01:00
twinaphex
935c02bf2d (core_info.c) Some simplifications 2015-01-11 07:37:02 +01:00
twinaphex
11c4f04d13 (core_info.c) Minor cleanups 2015-01-10 04:10:02 +01:00
twinaphex
0bcbf5d972 Cleanups 2015-01-09 15:33:58 +01:00
twinaphex
1d689f69b8 Add documentation 2015-01-08 03:58:14 +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
453321c50b Start updating headers 2015-01-07 17:46:50 +01:00
twinaphex
969fc38c42 Core Information - add Core Name / System Manufacturer 2014-12-15 01:59:32 +01:00
twinaphex
f2dd126948 Add Categories and System info to 'Core Information' 2014-12-14 20:51:53 +01:00
twinaphex
1a1c9aaeb3 Revert "Sort cores directly in core_info_list_new, so Lakka and XMB get a sorted core list"
This reverts commit d8d6984cd2.
2014-12-12 20:25:57 +01:00
Jean-André Santoni
d8d6984cd2 Sort cores directly in core_info_list_new, so Lakka and XMB get a sorted core list 2014-12-09 17:31:11 +07:00
twinaphex
df24bf204c Remove core_info_get_first_custom_config - no longer used 2014-11-08 15:16:25 +01:00
twinaphex
174d011bed Move dir_list to SDK 2014-10-22 01:13:05 +02:00
twinaphex
9a9fa6532a Move file_path.c to libretro SDK 2014-10-22 00:23:06 +02:00