twinaphex
f017593501
Reduce size of some char variables and get rid of some implicit memsets
2016-10-27 09:44:20 +02:00
twinaphex
cb772047ff
Prevent some more memsets
2016-10-21 19:32:44 +02:00
twinaphex
8578e19903
playlist_read_file - prevent implicit slow memsets
2016-10-09 09:07:53 +02:00
twinaphex
d7a90dd9bb
playlist.c - cleanups
2016-09-29 10:16:48 +02:00
twinaphex
ac416b4494
Try to be more safe here
2016-09-29 09:36:24 +02:00
Jean-André Santoni
f06e76301e
(Menu) Get Remove from Playlist to work on history playlists
2016-08-29 02:22:05 +02:00
Jean-André Santoni
a5fc3b01ba
(Menu) Implement playlist_delete_index
2016-08-29 01:38:46 +02:00
Jean-André Santoni
f387e627f3
(Menu) Start adding Remove from Playlist action
2016-08-29 01:17:02 +02:00
twinaphex
cd9e10b3d1
(playlist.c) Cleanups
2016-08-28 18:47:34 +02:00
twinaphex
04c9db254e
Start preparing playlist code
2016-07-30 21:27:40 +02:00
twinaphex
2a883caf17
Buildfix
2016-07-23 02:53:48 +02:00
twinaphex
1ebeeeb725
(PS3) Playlists and history lists should save now again;
...
(HAVE_DYNAMIC not defined) libretro_path should get read from config file
to prevent instance where settings->path.libretro is empty, which lead to
history not being able to be pushed to
(History/Playlists) If we don't have core info files and core_name
is therefore blank, we should attempt
a fallback path so that it infers the name from the core basename instead
2016-07-23 00:15:37 +02:00
twinaphex
6918a4d48e
Add some more logging to playlist.c
2016-07-22 10:15:33 +02:00
Sebastien Ronsse
2b3718a86c
playlist: Fix memory leak due to unallocated playlist entry strings
2016-06-21 10:53:33 +10:00
twinaphex
2b33c731d0
Create RFILE_MODE_READ_TEXT
2016-06-03 03:14:42 +02:00
twinaphex
ac6a319a9d
playlist.c - use filestream
2016-06-03 00:12:58 +02:00
twinaphex
43f06aecd9
(playlist.c) Prevent warnings
2016-06-01 05:34:15 +02:00
Twinaphex
b81b5b0dfe
Revert "playlist.c - prevent logically dead code -a nd also try to prevent memleak"
...
This reverts commit a1034716e1
.
2016-05-26 22:22:30 +02:00
twinaphex
bd5c0effa4
Revert "playlist_free_entry - cleanups"
...
This reverts commit 9624406438
.
2016-05-26 22:17:42 +02:00
Twinaphex
5a7ab3a394
Revert "Free before doing strdup"
...
This reverts commit 189f8d58ec
.
2016-05-26 22:07:03 +02:00
twinaphex
189f8d58ec
Free before doing strdup
2016-05-26 22:03:37 +02:00
twinaphex
a1034716e1
playlist.c - prevent logically dead code -a nd also try to prevent memleak
2016-05-26 18:12:27 +02:00
twinaphex
9624406438
playlist_free_entry - cleanups
2016-05-26 16:37:39 +02:00
twinaphex
aae721a9d0
Remove logically dead code
2016-05-24 04:26:24 +02:00
twinaphex
449c7483cd
Rename content_playlist_ to playlist_
2016-05-16 09:07:44 +02:00
Alcaro
eae911bcd2
No need to remove function names, they don't slow anything down and they're invaluable for crash debugging.
2016-05-06 20:20:21 +02:00
twinaphex
d5a0819aba
Nit
2016-03-21 19:53:48 +01:00
twinaphex
3d7bc4f7fe
(playlist.c) Style nits
2016-03-21 19:52:33 +01:00
radius
4165c89385
only check for identical paths, not CRC too
2016-01-26 22:10:42 -05:00
radius
2af0708047
do not push entries that are already on the database
2016-01-26 15:22:16 -05:00
twinaphex
2d6142a01e
N/A
2016-01-23 19:39:18 +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
6c4b6310aa
(playlist.c) Go through wrapper functions
2015-11-29 00:46:47 +01:00
twinaphex
074f14b132
Add verbosity.c/verbosity.h
2015-11-23 12:03:38 +01:00
twinaphex
96c119bb1d
Move retroarch_logger.h to libretro-common/include
2015-06-30 00:38:10 +02:00
twinaphex
ac1b292cfd
Fix -Wmissing-braces warnings
2015-06-12 19:25:08 +02:00
twinaphex
c36e21ed13
(General) Cleanup
2015-06-12 17:00:37 +02:00
Higor Eurípedes
a0457d77f3
(playlist) Add content_playlist_qsort()
2015-06-11 10:04:35 -03:00
Higor Eurípedes
aa80b352ee
(playlist) Set conf_path and entries to NULL on free
2015-06-09 17:06:20 -03:00
Higor Eurípedes
c1c4f4128b
(playlist) Dont write the playlist file on free()
2015-06-09 17:05:21 -03:00
twinaphex
29e3f5ff66
Expand playlist format - rename it to 'lpl'
2015-06-08 23:38:03 +02:00
twinaphex
9d97b227b7
Content Collection core selection should now work
2015-05-26 08:38:38 +02:00
twinaphex
a19f6e21d8
Cleanup content_playlist_update
2015-05-26 06:52:00 +02:00
twinaphex
18e68918f3
core_info_get_name and content_playlist_update
2015-05-26 06:28:16 +02:00
twinaphex
3c6e4e8dbf
content_playlist_push - some improvements
2015-05-26 04:17:27 +02:00
twinaphex
8fb8887c34
Create new playlist format
2015-05-26 00:12:49 +02:00
twinaphex
350a33a4ae
Start implementing database_info_list_iterate_found_match
2015-05-25 18:46:36 +02:00
Higor Eurípedes
2008667640
(Menu) Fix core loading from history
2015-03-22 19:17:40 -03:00
twinaphex
c63979011e
Should fix segfault when loading SET_NO_GAME cores
2015-03-22 22:19:14 +01:00