16487 Commits

Author SHA1 Message Date
twinaphex
aee6610960 (mpng_decode) Cleanups 2015-02-17 03:49:39 +01:00
twinaphex
5db053b506 (MPNG) Build fixes 2015-02-17 03:45:32 +01:00
twinaphex
f161192ed4 Rename mpng.c to mpng_decode.c 2015-02-17 03:35:43 +01:00
twinaphex
1613da74ce Start adding cleaned up Minir PNG decode (now called mpng) 2015-02-17 03:35:14 +01:00
twinaphex
f3fbd4c9ce Move nbio to libretro-SDK - best place for it currently 2015-02-17 02:04:19 +01:00
twinaphex
66682b42f1 (Libretro SDK) Fixup memory_stream.c 2015-02-17 01:58:26 +01:00
twinaphex
59c6bfc772 (D3D) Build fix 2015-02-17 00:38:50 +01:00
Alcaro
9a0c0d8b74 Fix failed merge 2015-02-17 00:30:23 +01:00
Alcaro
7440c4a5a7 (nbio) Change this API around a little. 2015-02-17 00:16:02 +01:00
twinaphex
16b2a5877a (file_path.c) Use bogstandard printf instead 2015-02-16 23:43:29 +01:00
twinaphex
8f5809ee46 Take out make_current_context 2015-02-16 23:41:49 +01:00
twinaphex
a1d519ad9d Comment out RARCH_ERR in file_path.c 2015-02-16 22:37:46 +01:00
twinaphex
2f63b75697 Move rewind state variables in struct 2015-02-16 18:09:00 +01:00
twinaphex
37a541e8a0 Restructure some settings in g_extern 2015-02-16 17:52:58 +01:00
twinaphex
87edea6bd9 (MSVC) Build fixes 2015-02-16 16:51:23 +01:00
twinaphex
6390739747 Refactor load_content_need_fullpath 2015-02-16 16:49:05 +01:00
twinaphex
41d3657b5d Start creating directory content scanning - nonblocking I/O not
yet implemented
2015-02-16 07:53:27 +01:00
twinaphex
b1d8d2c3e3 Start refactoring database_info_write_rdl 2015-02-16 07:25:40 +01:00
twinaphex
07df7c108d Refactor load_content 2015-02-16 06:44:29 +01:00
twinaphex
07c56b4c0d Compile in nbio_stdio.c 2015-02-16 06:25:45 +01:00
twinaphex
bde4b0738c (net_http.c) net_http_new - add goto fail in case malloc fails 2015-02-16 06:24:06 +01:00
twinaphex
939b78753a Get rid of messy 'pending cb' code - instead use
string lists
2015-02-16 05:44:43 +01:00
twinaphex
028b0592f5 (PS3) image_ps3.c - fix two potential memleaks 2015-02-16 04:04:43 +01:00
twinaphex
ceb09648eb Change to ssize_t 2015-02-16 03:46:27 +01:00
twinaphex
47889ff755 (Android) Build fix 2015-02-16 03:38:52 +01:00
twinaphex
935b112a11 Refactor read_file 2015-02-16 03:31:37 +01:00
twinaphex
63cf5a07c3 (net_http.c) Move struct definition out of header again 2015-02-16 02:50:32 +01:00
twinaphex
2d5b4f58aa (bin_to_hex_alloc) - do return NULL in case malloc fails 2015-02-16 02:42:21 +01:00
twinaphex
d61cf24627 patch_content - cleanup 2015-02-16 02:33:34 +01:00
twinaphex
4fe4a6cbb3 patch_content - fix conditional 2015-02-16 02:32:56 +01:00
twinaphex
400b01d131 (content.c) Cut down on code duplication 2015-02-16 02:31:06 +01:00
twinaphex
0d8fd70b58 Refactor patch_content code 2015-02-16 02:12:22 +01:00
twinaphex
50c546cfb9 Add hack in patch_content to guard against in correct 'detection'
(for want of a better word) of patch file that doesn't even exist
on the filesystem - this stuff really needs to be rewritten, this
is just a plain mess
2015-02-16 01:40:31 +01:00
twinaphex
b0f8ac993c Refactor read_generic_file 2015-02-16 00:44:28 +01:00
twinaphex
395aa9b15f (nbio) nbio_free - add early return in case handle is NULL 2015-02-16 00:34:55 +01:00
twinaphex
215c434e81 (nbio) Use boolean.h 2015-02-16 00:34:15 +01:00
twinaphex
16159a751f Three spaces indentation instead of tabs 2015-02-15 23:38:48 +01:00
Alcaro
4171b49b44 Update nbio_stdio.c 2015-02-15 23:30:56 +01:00
twinaphex
cfa388ed77 Close file handle too in case we fail in nbio_open 2015-02-15 23:30:28 +01:00
twinaphex
b1558d651e style nits and other cleanups 2015-02-15 23:29:13 +01:00
Alcaro
acb6d6b0f3 Restore consistency here. 2015-02-15 23:25:47 +01:00
twinaphex
ddef69e9b5 Small nits 2015-02-15 23:24:27 +01:00
Alcaro
fe69abda82 Add Makefile that's a blatant ripoff of RPNG. 2015-02-15 23:23:27 +01:00
twinaphex
52926fc736 Small cleanup in read function 2015-02-15 23:23:46 +01:00
twinaphex
ddf24f90d8 nbio_test.c - cleanup 2015-02-15 23:21:35 +01:00
Alcaro
3b539cd2f1 Fix a pile of bugs. Add a test program. 2015-02-15 23:08:50 +01:00
Alcaro
ce355d89ad Fill in this one. 2015-02-15 22:43:59 +01:00
Alcaro
8796f3db2f Fix some nits. 2015-02-15 22:28:35 +01:00
Alcaro
839ed0677d Add nbio interface. I'll fill it in soon. 2015-02-15 22:14:42 +01:00
twinaphex
01359b14c6 Add label representation for video filter 2015-02-15 20:37:15 +01:00