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
twinaphex
4d62a1883e
Should fix UPS/IPS/BPS patching
2015-03-12 21:56:13 +01:00
twinaphex
3dbadc3c51
(patch.c) Safety checks - style nits
2015-03-12 04:11:12 +01:00
twinaphex
b3af250e60
Move patch code to patch.c
2015-02-19 04:30:53 +01:00
twinaphex
ef89a7a318
(patch.c) Declare variables at top of function
2015-01-07 19:58:19 +01:00
twinaphex
453321c50b
Start updating headers
2015-01-07 17:46:50 +01:00
twinaphex
7472922ee0
Move compat/ over to libretro SDK
2014-10-21 07:58:58 +02:00
twinaphex
480cd7c7ba
Move msvc_compat.h to compat/ dir
2014-10-21 06:06:12 +02:00
twinaphex
c62d52de0f
Start properly implementing libretro SDK for boolean.h include
...
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00
twinaphex
e84e255013
Cleanups, 80-char limit
2014-09-02 05:10:54 +02:00
twinaphex
0a15a17d44
Update years on all license headers
2014-01-01 01:50:59 +01:00
twinaphex
8487cd0204
Start using C89-style for loop initial declarations for
...
reusable code module parts that we reuse in other projects. It's
a huge maintenance burden having to change this stuff around everytime
when compiling in non-C99 mode
2013-10-19 19:39:38 +02:00
Themaister
0b4cf2d053
Update license headers to 2013.
2013-01-01 01:41:15 +01:00