Commit Graph

26568 Commits

Author SHA1 Message Date
twinaphex
e0ceccc2b2 Remove unzip.c and ioapi.c now that we no longer need it on RA side 2016-01-24 07:05:45 +01:00
twinaphex
da48d9d95a Avoid 'variable may be used uninitialized in this function' warning 2016-01-24 06:58:02 +01:00
twinaphex
09e5dc9c50 Cleanup 2016-01-24 06:55:26 +01:00
twinaphex
5c615f18e1 Turn zlib_inflate_init2 into static function 2016-01-24 06:52:14 +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
a0e9a4c68e Cleanups 2016-01-24 06:42:57 +01:00
twinaphex
8a254d0480 (Android) Fix build 2016-01-24 06:28:27 +01:00
twinaphex
78feccd0a3 Split up file extract zlib driver code to separate file 2016-01-24 06:18:53 +01:00
Twinaphex
9561332295 Merge pull request #2668 from aliaspider/master
(libretro-db) c_converter: more performance improvements.
2016-01-24 05:52:38 +01:00
aliaspider
032e67bedf nit. 2016-01-24 05:46:52 +01:00
aliaspider
f2267db324 (libretro-db) speed-up the binary tree search by using precomputed hash
values when comparing the keys.
2016-01-24 05:45:54 +01:00
twinaphex
458e3a0fad Fix zlib_extract_first_content_file - we now pass a
new string to zlib_extract_first_content_file which will
fill in the extracted first file's path, we then add this
to temporary_content string list
2016-01-24 05:41:41 +01:00
twinaphex
f4dfde8c47 Replace this with string_list_append 2016-01-24 05:34:17 +01:00
twinaphex
220b42332d Allocate temporary_content once before initing/loading content 2016-01-24 05:29:30 +01:00
twinaphex
20cf52a316 read_comprssed_file - cleanups 2016-01-24 04:27:20 +01:00
Twinaphex
6a7674dca1 Merge pull request #2667 from aliaspider/master
(libretro-db) c_converter: improve performance when merging multiple .dat files.
2016-01-24 04:21:21 +01:00
twinaphex
fd42722c78 No longer need these files now 2016-01-24 04:21:18 +01:00
twinaphex
7d7c29f0f8 Reimplement read_zip_file - no longer depend on unzip.h 2016-01-24 04:18:47 +01:00
aliaspider
7fb86f47de (libretro-db) c_converter: implement a binary search tree, improves
performance when merging multiple dat files considerably.
2016-01-24 03:16:25 +01:00
twinaphex
6da1be9bc9 (file_ops) Rename archive_path to path 2016-01-24 03:11:14 +01:00
twinaphex
a6b616e6d1 (file_ops.c) rename relative_path to needle 2016-01-24 03:07:49 +01:00
twinaphex
a56f4ba298 cleanup 2016-01-24 01:59:43 +01:00
twinaphex
1745e71088 Add 'Start Core' option 2016-01-24 01:51:05 +01:00
twinaphex
5cd12a106e Add MENU_LABEL_START_CORE/MENU_LABEL_VALUE_START_CORE 2016-01-24 01:34:34 +01:00
twinaphex
23d99495a4 Add TODO/FIXME 2016-01-24 01:31:40 +01:00
twinaphex
77ebc96f37 Cleanup 2016-01-24 01:30:19 +01:00
twinaphex
d085dae5bb Cleanups 2016-01-24 00:56:04 +01:00
twinaphex
6f221fb425 Rename menu_common_load_content to rarch_task_push_content_load_default 2016-01-24 00:51:17 +01:00
twinaphex
48317e66b9 Create task_content.c - WIP 2016-01-24 00:40:34 +01:00
twinaphex
ec15a43cf1 N/A 2016-01-24 00:33:06 +01:00
aliaspider
4696d5675f (libretro-db) cleanups. 2016-01-24 00:24:56 +01:00
twinaphex
08f6c9c367 Cleanup compressed_file_list_new 2016-01-24 00:13:58 +01:00
twinaphex
9256cd2fbc Start adding ways to extract only one file from a ZIP 2016-01-24 00:12:05 +01:00
twinaphex
a3ae0e9a90 Cleanup 2016-01-24 00:06:50 +01:00
twinaphex
2a8d984d89 Cleanups 2016-01-24 00:02:06 +01:00
twinaphex
87e4e5ecfe Cleanup 2016-01-23 23:41:46 +01:00
twinaphex
b4956ac7c1 zlib_get_file_list- cleanup 2016-01-23 23:02:16 +01:00
twinaphex
9c131dfaad Cleanup 2016-01-23 23:00:35 +01:00
twinaphex
365b27caac Simplify zip_extract_cb 2016-01-23 22:57:21 +01:00
twinaphex
e86f77692d read_compressed_file - cleanup 2016-01-23 22:35:13 +01:00
twinaphex
0b74956abe read_compressed_file - use string_list 2016-01-23 22:33:09 +01:00
twinaphex
f4b22f9fdd Cleanup 2016-01-23 22:00:45 +01:00
twinaphex
97e5d5c61b Cleanups 2016-01-23 21:57:14 +01:00
twinaphex
91f7120604 Cleanup 2016-01-23 19:42:05 +01:00
twinaphex
894da665ad Cleanup 2016-01-23 19:40:43 +01:00
twinaphex
2d6142a01e N/A 2016-01-23 19:39:18 +01:00
twinaphex
473e6ff7b8 Call RETRO_ENVIRONMENT_SHUTDOWN if image can't be loaded 2016-01-23 15:45:40 +01:00
Alcaro
3de1e58592 (Imageviewer) React only to freshly pressed inputs. 2016-01-23 15:32:15 +01:00
Alcaro
328ec2cdca Clean this up. 2016-01-23 15:29:41 +01:00