32760 Commits

Author SHA1 Message Date
twinaphex
cc11244307 Fix memory leak 2016-09-22 00:58:29 +02:00
Andrés Suárez
32017c3cae Update index.html 2016-09-21 15:37:52 -05:00
Andrés Suárez
9fd7ecb668 Merge pull request #3629 from loganmc10/master
Fix emscripten async and add glupen64
2016-09-21 15:27:28 -05:00
Logan McNaughton
f0204a8b5d Fix emscripten async and add glupen64 2016-09-21 14:10:05 -06:00
Alcaro
4ceb53207f Merge pull request #3628 from GregorR/network-send-blocking-fix
Fix socket_send_all_blocking to fail on errors not related to blocking
2016-09-21 20:09:35 +02:00
Gregor Richards
b0672e47ae Fix socket_send_all_blocking to fail on errors not related to blocking 2016-09-21 14:01:25 -04:00
twinaphex
8831d19008 Rename GLES_LIBS/GLES_CFLAGS to OPENGLES_LIBS/OPENGLES_CFLAGS 2016-09-21 12:45:31 +02:00
twinaphex
3cbc03b675 (libretro-common/utils) Buildfix 2016-09-21 12:35:38 +02:00
twinaphex
84d8d97ea5 Update libretro-common/utils 2016-09-21 12:33:42 +02:00
twinaphex
b548362869 Use encoding_crc32 2016-09-21 12:31:40 +02:00
Twinaphex
e00ed7f209 Merge pull request #3625 from GregorR/netplay-remove-bsv
Removing now-unused BSV-related functions from Netplay
2016-09-21 04:36:34 +02:00
Gregor Richards
851cd0fe6e Removing now-unused BSV-related functions from Netplay 2016-09-20 22:32:23 -04:00
twinaphex
99d24d9954 Cleanup 2016-09-21 04:19:59 +02:00
twinaphex
0ec5d9aba7 Simplify task_content.c 2016-09-21 04:09:24 +02:00
twinaphex
7edc0d9ee9 Simplify load_content_into_memory 2016-09-21 04:03:31 +02:00
twinaphex
0672051b37 (Vita) Get rid of matrix helper functions - not needed 2016-09-21 03:44:55 +02:00
Twinaphex
4d49bb44f2 (OSX) Buildfix 2016-09-21 02:30:21 +02:00
twinaphex
55517dbc12 Prevent warning 2016-09-21 02:17:32 +02:00
twinaphex
dbf6d9331f (rpng_encode.c) Use encoding_crc32 2016-09-21 02:16:56 +02:00
Brad Parker
b7735520f2 fix scanning of archive files 2016-09-20 15:40:29 -04:00
Twinaphex
4c414f0a99 Merge pull request #3624 from libretro/coverity_scan
Coverity scan
2016-09-20 21:13:01 +02:00
twinaphex
8a9c1dd6f7 Merge branch 'master' of https://github.com/libretro/RetroArch into coverity_scan 2016-09-20 21:12:14 +02:00
twinaphex
d17de78fb3 Try to solve coverity issue ID 112920 2016-09-20 21:07:41 +02:00
Brad Parker
6ac73c5655 use generic crc32 to scan files with 2016-09-20 13:34:56 -04:00
twinaphex
8095fa9ff8 Try to fix plethora of resource leaks 2016-09-20 16:32:33 +02:00
twinaphex
d81f40a9e1 Remove double free 2016-09-20 16:30:08 +02:00
twinaphex
1a55721c78 Fix some high-priority Coverity-catched defects 2016-09-20 16:10:27 +02:00
twinaphex
b3f50a3758 Prevent uninitialized scalar variable 2016-09-20 15:56:47 +02:00
Twinaphex
a69b958a1f Merge pull request #3623 from frangarcj/master
(VITA) New font renderer with stb by default
2016-09-20 13:22:59 +02:00
frangarcj
608d13c321 (VITA) Add some default fonts 2016-09-20 10:58:14 +02:00
twinaphex
8b67551799 Turn dump_to_file_desprate into static function 2016-09-20 04:08:55 +02:00
twinaphex
0c86536bdc task_image.c - get rid of ifdefs 2016-09-20 04:05:16 +02:00
twinaphex
14b297b144 Simplify file_archive_file_list_new 2016-09-20 03:25:34 +02:00
twinaphex
c6ab19e59c read_content_file - Improve this a little bit 2016-09-20 03:21:26 +02:00
Brad Parker
605011ffe2 use generic crc32 2016-09-19 21:18:49 -04:00
Brad Parker
992b87321a more archive paths 2016-09-19 21:06:23 -04:00
twinaphex
c7a739b2bd C89_BUILD fix 2016-09-20 03:01:20 +02:00
Brad Parker
d49add014c forgot more archive paths 2016-09-19 20:58:52 -04:00
twinaphex
64e24ca514 (ctr) style nits 2016-09-20 02:09:06 +02:00
twinaphex
e25472013f Move dir variable 2016-09-20 01:54:59 +02:00
twinaphex
2f17fdd651 Update Android.mk 2016-09-20 01:54:24 +02:00
Brad Parker
137968c001 treat .apk files as .zip, set archive_path any time we need to decompress a file 2016-09-19 18:38:33 -04:00
twinaphex
db2d66f00a Update Makefile.common 2016-09-19 19:44:20 +02:00
twinaphex
88dd3c131c Get rid of jni/Android2.mk 2016-09-19 19:31:33 +02:00
Twinaphex
35d607f46e Buildfix 2016-09-19 19:30:45 +02:00
twinaphex
cdf0b5e076 Remove unused global->savefiles 2016-09-19 19:27:46 +02:00
twinaphex
1e5d4198de Add HAVE_CONFNIG_H - task_save.c 2016-09-19 19:27:19 +02:00
twinaphex
1d53bbe110 Update libretro-common 2016-09-19 19:25:20 +02:00
twinaphex
bfeb0111f8 Fix C89_BUILD errors 2016-09-19 18:29:10 +02:00
twinaphex
871621fdfa Move implementation file_archive_file_data to archive_file.c 2016-09-19 18:26:16 +02:00