284 Commits

Author SHA1 Message Date
twinaphex
8f7e253f1f (config_file.c) Fix control flow issue 2016-05-24 14:20:03 +02:00
twinaphex
ac407588fa Include stdstring.h 2016-05-24 01:08:01 +02:00
radius
86b5b361da fix the last commit 2016-05-23 18:06:50 -05:00
radius
9300313fce fix lockup
this seems to fix a lockup that happens randomly on windows at startup, content load/content unload/controller hotplug
2016-05-23 17:57:15 -05:00
twinaphex
377f09f12a Change back retro_dirent_is_dir to hopefully avoid sshfs issues
- more rigorous testing should be applied before changing these
functions
2016-05-11 18:54:22 +02:00
Andre Leiradella
b38e234d2e made find_last_slash public 2016-05-05 16:22:35 -03:00
twinaphex
d4a50935d2 C89_BUILD fix 2016-04-27 10:58:38 +02:00
twinaphex
08b7ac500b (libretro-common) Updates 2016-04-23 10:40:46 +02:00
twinaphex
ac18671ead Update libretro-common 2016-04-22 05:28:49 +02:00
twinaphex
8ba1f2fca6 (libretro-common) archive_file_zlib.c - cleanup 2016-04-08 02:54:37 +02:00
twinaphex
e88e580832 (libretro-common) archive_file.c - Cleanups 2016-04-08 02:51:17 +02:00
twinaphex
e41127459e Rename 'filestream' functions 2016-03-24 04:09:25 +01:00
twinaphex
c8f4d97839 Move config_file_userdata outside libretro-common 2016-03-21 18:49:50 +01:00
twinaphex
32a8b57826 Move test files 2016-03-21 18:27:02 +01:00
twinaphex
972d3faabb (libretro-common) Cleanups 2016-03-20 17:15:40 +01:00
twinaphex
f55ee11554 (libretro-common) Header updates 2016-03-20 17:13:31 +01:00
twinaphex
3720cf87e7 Rename retro_file to file_stream 2016-03-20 16:29:14 +01:00
twinaphex
be9bf7dc44 (libretro-common) Move memory_stream 2016-03-20 16:17:44 +01:00
twinaphex
c7e13e2bcd (libretro-common) Rename file_archive to archive_file 2016-03-20 16:14:40 +01:00
twinaphex
93b7dc1bdd (libretro-common) move 'lists' files to lists/ 2016-03-20 14:53:54 +01:00
twinaphex
b40b169098 Copy over libretro-common changes 2016-03-20 04:49:59 +01:00
twinaphex
ea7cf9d9ca (file_archive.c) Style nits 2016-03-20 04:21:47 +01:00
twinaphex
7d346d627f Robustness fixes 2016-02-29 01:22:39 +01:00
twinaphex
cec6701c0d (config_file.C) Fix segfaultthat happened at freeing of tmp->key
when tmp->key is NULL
2016-02-28 18:44:07 +01:00
twinaphex
1516ee8e76 Silence this warning too for C89 - not correct but whatever -
never used
2016-02-25 22:36:08 +01:00
radius
80845f1cd6 save only modified values when saving remaps 2016-02-09 23:39:16 -05:00
twinaphex
eb5986d332 Cleanup 2016-01-30 04:43:35 +01:00
twinaphex
c5597d3c9d Cleanups 2016-01-26 05:59:52 +01:00
twinaphex
f89467ccbf Create fill_string_join 2016-01-26 01:46:15 +01:00
twinaphex
e386bc4963 Cleanup 2016-01-26 01:27:23 +01:00
twinaphex
b7434c6564 Rename to file_archive_decompress_data 2016-01-25 02:52:03 +01:00
twinaphex
9459cf6445 Rename zlib_ to file_archive_ 2016-01-24 22:17:11 +01:00
twinaphex
44ec82362e Cleanup 2016-01-24 22:06:01 +01:00
twinaphex
6878aa0844 Turn file_archive_inflate_data_to_file into static function 2016-01-24 22:04:21 +01:00
twinaphex
aae1faf76f Move crc32_calculate to file_archive_zlib.c 2016-01-24 21:50:28 +01:00
twinaphex
d53a0c5994 Cleanup 2016-01-24 21:36:01 +01:00
twinaphex
6580c817c2 Cleanup 2016-01-24 21:31:47 +01:00
twinaphex
2bc75715f7 Move zlib_deflate_init to file_archive_zlib.c 2016-01-24 21:26:02 +01:00
twinaphex
1a04bb4532 Add stream_decompress_data_to_file_init and stream-decompress_data_to_file_iterate to
file_archive_zlib.c
2016-01-24 21:23:33 +01:00
twinaphex
c1364648e7 Cleanup 2016-01-24 21:12:16 +01:00
twinaphex
7130f0c8d8 Move zlib_set_stream to file_archive_zlib 2016-01-24 21:06:53 +01:00
twinaphex
7d29929819 Move file_archive_inflate_init to file_archive_zlib 2016-01-24 20:18:52 +01:00
twinaphex
fa00f51e80 Move zlib_deflate_data_to_file to file_archive_zlib.c 2016-01-24 20:15:17 +01:00
twinaphex
d1ef6f032e Create stream_compress_free and add it to file_archive_zlib 2016-01-24 20:12:12 +01:00
twinaphex
f264d3d29b Move zlib_stream_ functions to file_archive_zlib.c 2016-01-24 20:08:57 +01:00
twinaphex
064c5ffc3a Move zlib_stream_free to file_archive_zlib.c 2016-01-24 20:01:35 +01:00
twinaphex
9a23d95846 Add zlib_stream_new to file_archive_zlib.c 2016-01-24 19:57:31 +01:00
twinaphex
021d8e6af8 Make file_archive_get_default_file_backend public scope 2016-01-24 19:48:25 +01:00
twinaphex
6f3adc900d Style nits 2016-01-24 19:44:18 +01:00
twinaphex
c4fa71ecc3 Move functions 2016-01-24 19:29:34 +01:00