Commit Graph

73 Commits

Author SHA1 Message Date
twinaphex
8f163e6972 Revert "Move global->name to paths.c"
This reverts commit 6ee7b733aa.
2016-10-01 08:18:23 +02:00
twinaphex
6ee7b733aa Move global->name to paths.c 2016-09-30 06:11:11 +02:00
twinaphex
89505fa011 Get rid of global->patch 2016-09-29 05:46:31 +02:00
twinaphex
00ca780bba Revert "Another memory leak fix"
This reverts commit dda1099d99.
2016-09-29 04:41:09 +02:00
twinaphex
f6148edb2d Fix logically dead code warning 2016-09-23 02:01:31 +02:00
twinaphex
dda1099d99 Another memory leak fix 2016-09-22 21:40:00 +02:00
twinaphex
a60812a2ee (patch.c) apply_patch_content - fix memory leak 2016-09-22 21:00:17 +02:00
twinaphex
5d1da68ceb (patch.c) Cleanup 2016-09-19 04:01:02 +02:00
twinaphex
56d41b8e16 patch.c - remove header include 2016-09-19 02:03:28 +02:00
twinaphex
11e574b4d0 patch.c - don't rely on HAVE_ZLIB anymore 2016-09-19 01:54:34 +02:00
Brad Parker
7c29fd6c33 create 7z archive backend, enables scanning of 7z content 2016-09-18 10:31:21 -04:00
twinaphex
8320466824 Add HAVE_CONFIG_H ifdefs 2016-09-06 23:52:33 +02:00
twinaphex
303897924c More translatable strings 2016-07-01 09:45:04 +02:00
twinaphex
4ea5fe4169 Create MSG_ERROR 2016-06-30 05:23:22 +02:00
twinaphex
cfd7b9c6c1 Add more translatable strings 2016-06-20 04:01:58 +02:00
twinaphex
eeddd7072b Move struct to top 2016-05-27 17:29:12 +02:00
twinaphex
0f954fd4c8 Resource leaks fixes (catched by Coverity) 2016-05-26 17:26:55 +02:00
twinaphex
42971febba Fix resource leaks (pointed out by Coverity) 2016-05-24 22:01:43 +02:00
twinaphex
e41127459e Rename 'filestream' functions 2016-03-24 04:09:25 +01:00
twinaphex
3720cf87e7 Rename retro_file to file_stream 2016-03-20 16:29:14 +01:00
twinaphex
c7e13e2bcd (libretro-common) Rename file_archive to archive_file 2016-03-20 16:14:40 +01:00
twinaphex
c3f3207b0d Cleanups 2016-02-25 19:33:46 +01:00
twinaphex
f8b866c8c1 Combine file_ops.c and content.c 2016-02-15 21:49:29 +01:00
twinaphex
c1fbccfc06 Don't try to open IPS/UPS/BPS patches if they don't exist 2016-02-11 18:57:27 +01:00
twinaphex
0b1b56214e Try to reduce dependence on general.h 2016-02-07 13:18:48 +01:00
twinaphex
0e89523fa8 Move function prototype to patch.c 2016-02-07 01:46:20 +01:00
twinaphex
d9b3412922 (patch) Turn functions static 2016-02-07 01:44:54 +01:00
twinaphex
9ab31824f8 Use retro_read_file in more places 2016-01-30 03:58:33 +01:00
twinaphex
9459cf6445 Rename zlib_ to file_archive_ 2016-01-24 22:17:11 +01:00
twinaphex
aae1faf76f Move crc32_calculate to file_archive_zlib.c 2016-01-24 21:50:28 +01:00
twinaphex
3c2a45d923 Rename file_extract functions 2016-01-24 07:42:46 +01:00
twinaphex
552e78c9bc Rename file_extract to file_archive 2016-01-24 07:29:11 +01:00
twinaphex
280e10195c Remove zlib_crc32_adjust - reuse zlib_crc32_calculate for this 2016-01-24 06:50:18 +01:00
twinaphex
c6f7afbd9a Adjust zlib_crc32_calculate 2016-01-24 06:47:06 +01:00
twinaphex
2a8d984d89 Cleanups 2016-01-24 00:02:06 +01:00
twinaphex
2e6f71ee6b nits 2016-01-21 03:35:06 +01:00
twinaphex
7a55ae3765 Start updating headers for 2016 2016-01-10 04:06:50 +01:00
twinaphex
f8ce509b21 Start using string_is_empty in more places 2015-12-26 07:13:43 +01:00
twinaphex
074f14b132 Add verbosity.c/verbosity.h 2015-11-23 12:03:38 +01:00
twinaphex
a70f09a90d Rearrange structs 2015-07-27 17:18:10 +02:00
twinaphex
0c6809952d Cleanups 2015-07-02 00:56:51 +02:00
twinaphex
96c119bb1d Move retroarch_logger.h to libretro-common/include 2015-06-30 00:38:10 +02:00
twinaphex
d532fb4979 (General) Cleanups pt. 3 2015-06-12 17:10:16 +02:00
Alcaro
20662ad77d Things that happen 98% of the time shouldn't be warnings. 2015-06-01 19:39:27 +02:00
Alcaro
fbb8256780 Try these in order of plausibility. 2015-06-01 19:39:10 +02:00
twinaphex
e116ef72da Add HAVE_ZLIB ifdefs around zlib-specific code 2015-04-19 16:59:11 +02:00
twinaphex
105a12287d patch.c - remove 'hash.h' header include 2015-03-29 19:15:37 +02:00
twinaphex
c26804335b (libretro-common) Move file_extract.c to libretro-common 2015-03-28 20:14:19 +01:00
twinaphex
f8b1a8a382 No dependencies in file_extract.c other than what is in libretro-common 2015-03-28 20:06:59 +01:00
twinaphex
e6f0d366cb Go through global_get_ptr 2015-03-21 04:43:18 +01:00