Commit Graph

74 Commits

Author SHA1 Message Date
twinaphex
7a55ae3765 Start updating headers for 2016 2016-01-10 04:06:50 +01:00
twinaphex
504455ea48 Cleanups 2015-12-26 11:14:51 +01:00
Twinaphex
c2e0e8d9fb (menu_entries.c) Less pointer grabbing 2015-12-07 07:13:18 +01:00
twinaphex
a106d7143b Simplify 7z code 2015-12-02 02:42:06 +01:00
twinaphex
adffda5cfe (7z) Simplify code 2015-12-02 02:40:06 +01:00
twinaphex
0b77ba05b0 (file_ops.c) Cleanup 2015-12-02 01:54:40 +01:00
twinaphex
9e78e106be Remove unneeded 7z header include 2015-12-02 01:49:33 +01:00
twinaphex
42e54ea10a file_ops.c - cleanups 2015-12-02 01:46:07 +01:00
twinaphex
b46b880c32 Remove unused variables 2015-12-02 01:42:13 +01:00
twinaphex
a6028daea3 compressed_7zip_file_list_new - fix potential memleak 2015-12-02 01:40:39 +01:00
twinaphex
7aab9baaa8 (file_ops.c) 7zip UTF16 buffer allocation cleanups 2015-12-02 01:35:01 +01:00
twinaphex
846e009037 Nit 2015-12-02 01:26:29 +01:00
twinaphex
1f78455274 Remove call to Buf_Init 2015-12-02 01:16:08 +01:00
twinaphex
47b934b563 (file_ops.c) g_Alloc can go 2015-12-02 01:13:39 +01:00
twinaphex
265b297698 Don't use Buf_Free and Buf_Create anymore 2015-12-02 01:12:44 +01:00
twinaphex
e078e1d379 read_7zip_file - cleanups 2015-12-01 19:54:26 +01:00
twinaphex
e48146f547 compressed_7zip_file_list_new - cleanups 2015-12-01 19:46:34 +01:00
twinaphex
0b1f5df456 Update encoding_utf 2015-12-01 19:24:51 +01:00
twinaphex
263b2de885 (file_ops) 7z cleanups 2015-12-01 19:14:59 +01:00
twinaphex
cb0c8497c9 Reintroduce old 7z UTF conversion code 2015-12-01 18:59:35 +01:00
twinaphex
074f14b132 Add verbosity.c/verbosity.h 2015-11-23 12:03:38 +01:00
twinaphex
6f50187b56 Create utf16_conv_utf8 - recycled code - should probably be
cleaned up
2015-11-16 07:55:09 +01:00
twinaphex
02a43c6b2a Change 'rarch' to 'retro' namespace in libretro-common 2015-10-26 03:18:13 +01:00
twinaphex
87d44af218 Static code analysis cleanups 2015-09-29 18:08:33 +02:00
twinaphex
02a5d738fe Static code analysis cleanups 2015-09-28 23:00:22 +02:00
twinaphex
0cc56e2a1a More static code analysis nits 2015-09-28 18:44:28 +02:00
twinaphex
ff779eabd4 (file_ops.c) Cleanups 2015-09-19 12:48:53 +02:00
twinaphex
f4504e2e74 (file_ops) Use retro_write_file - other cleanups 2015-09-19 12:46:31 +02:00
twinaphex
32ddeb3f96 Rename retro_fmemcpy_alloc to retro_read_file 2015-09-19 00:36:27 +02:00
twinaphex
3564532564 Create retro_write_file 2015-09-19 00:34:24 +02:00
twinaphex
a6e0b2f22d (retro_file) Create retro_fmemcpy_alloc 2015-09-19 00:19:51 +02:00
twinaphex
0d6b32b495 (file_ops.c) Use retro_file everywhere in this file 2015-09-18 05:47:48 +02:00
twinaphex
611be4bc16 (file_ops) Convert some functions in file_ops over to retro_file
(retro_file.c) Fix retro_fseek and retro_ftell functions
2015-09-18 05:22:50 +02:00
twinaphex
c2519d0192 (file_ops.c) Prevent signed/unsigned mismatch 2015-09-17 10:15:50 +02:00
Twinaphex
3dfa505bf2 (file_ops.c) Prevent warning 2015-09-14 23:39:00 +02:00
twinaphex
c6806c2ac0 Fix CXX_BUILD warning 2015-09-14 03:55:35 +02:00
twinaphex
b5f7ccab22 Cleanups 2015-09-13 09:23:48 +02:00
twinaphex
703479f051 Avoid warnings on Android for retroarch-jni compilation 2015-09-06 03:16:33 +02:00
twinaphex
36bb25d4d4 Merge decompress functions into file_ops 2015-09-06 03:11:28 +02:00
twinaphex
acd1ad656a Cleanups 2015-09-04 20:14:12 +02:00
twinaphex
15ba019ea1 Don't make asserts dependent on retro_log.h 2015-09-01 11:59:27 +02:00
twinaphex
f7631c41cd Backport xerpi's patch 2015-08-30 17:23:01 +02:00
twinaphex
ba28328e8b (file_ops.c) Fix -Wsign_compare warning 2015-06-23 11:49:24 +02:00
twinaphex
c36e21ed13 (General) Cleanup 2015-06-12 17:00:37 +02:00
Lioncash
61b8e370ca file_ops: Get rid of unnecessary if statement
fread won't null out the given buffer; nullity is already checked above the fread call.
2015-05-07 18:09:04 -04:00
twinaphex
c26804335b (libretro-common) Move file_extract.c to libretro-common 2015-03-28 20:14:19 +01:00
twinaphex
ed933aab05 Take dependencies out of file_extract.h 2015-03-28 18:09:40 +01:00
twinaphex
d3b964a1c2 Style nits 2015-03-22 07:37:25 +01:00
Twinaphex
726c64369f (Apple) Buildfix 2015-03-21 22:28:12 +01:00
twinaphex
fad16b5c60 (file_ops.c) Cleanups 2015-03-21 09:42:15 +01:00