17623 Commits

Author SHA1 Message Date
twinaphex
12a3e56a55 (libretro-common) Use retro_inline.h everywhere 2015-03-29 16:39:31 +02:00
twinaphex
e7e09d3b8f Don't include zlib.h in rpng_encode.c 2015-03-29 16:31:00 +02:00
twinaphex
4572a1c48d Create zlib_deflate wrapper functions 2015-03-29 16:28:06 +02:00
twinaphex
3187e308a4 (rpng_encode.c) Use zlib_stream_get_total_out 2015-03-29 16:21:46 +02:00
twinaphex
7c047ea3b3 Cleanups 2015-03-29 16:19:09 +02:00
twinaphex
cc2d6ea99d Create more zlib wrapper functions 2015-03-29 15:52:17 +02:00
twinaphex
5d776f15b6 Create zlib_set_stream 2015-03-29 15:35:55 +02:00
twinaphex
758d01b5da Create more wrappers around zlib in file_extract.c 2015-03-29 14:35:18 +02:00
twinaphex
32304af540 Create zlib_inflate_init 2015-03-29 14:30:53 +02:00
twinaphex
33fca0e161 Use zlib_stream_free 2015-03-29 03:09:33 +02:00
twinaphex
835cba4412 Create zlib_stream_new/zlib_stream_free 2015-03-29 01:57:52 +01:00
twinaphex
7d8f9a3498 (menu_entries.c) Fix potential crash 2015-03-29 00:33:38 +01:00
Twinaphex
3a3653b3b7 Merge pull request #1552 from aliaspider/master
(menu) add experimental touch controls.
2015-03-28 22:59:19 +01:00
aliaspider
2cfb1e4c8f (menu) use menu.mouse.enable for enabling/disabling touch controls. 2015-03-28 22:53:05 +01:00
aliaspider
7959111d2a (menu) forgot to revert this. 2015-03-28 22:45:20 +01:00
aliaspider
84dfe03183 (android) use debug CFLAGS when compiled with NDK_DEBUG=1 2015-03-28 22:38:35 +01:00
aliaspider
560c98f3cb (menu) add pointer support (active only for rgui for now) 2015-03-28 22:35:18 +01:00
twinaphex
0c99c8c68e (RPNG) Use zib_inflate_data_to_file_iterate 2015-03-28 22:32:15 +01:00
twinaphex
7ac7b15718 (input_autodetect.c) Some fixes 2015-03-28 22:20:05 +01:00
Twinaphex
90f97a725f Merge pull request #1551 from heuripedes/master
(XMB) Fix memory corruption
2015-03-28 22:00:55 +01:00
Higor Eurípedes
3edc3b6c36 (XMB) Fix memory corruption 2015-03-28 17:54:09 -03:00
twinaphex
fe5e6ffd22 Add file/file_extract.h to rpng.h 2015-03-28 21:45:57 +01:00
twinaphex
03c6265846 Take out rpng.h header include in formats/image.h 2015-03-28 21:44:17 +01:00
twinaphex
6cdc66e6cf Remove weird header file 2015-03-28 21:34:25 +01:00
twinaphex
ab284b82f9 (win32) Buildfix 2015-03-28 21:32:38 +01:00
twinaphex
2f545f410d (video_state_python.c) Cleanup 2015-03-28 21:18:46 +01:00
twinaphex
80d8607fd2 (retroarch.c) Remove file_ops.h header include 2015-03-28 21:16:21 +01:00
twinaphex
0af92454bb (menu_entries.c) Cleanup 2015-03-28 21:14:54 +01:00
twinaphex
caf4d457d6 (Menu) Use zlib_perform_mode 2015-03-28 21:13:10 +01:00
Twinaphex
ff24ddcd1d (iOS) Build fix and use zlib_perform_mode in apple/iOS/browser.m 2015-03-28 21:07:56 +01:00
twinaphex
9281595024 Create zlib_perform_mode 2015-03-28 21:05:00 +01:00
Twinaphex
104904fc97 (iOS) Fix header include 2015-03-28 20:54:17 +01:00
twinaphex
8764c660e2 Put zlib_read_file around HAVE_MMAP ifdef 2015-03-28 20:52:00 +01:00
twinaphex
3da7197538 (font_driver) Get rid of warnings 2015-03-28 20:51:03 +01:00
Twinaphex
2f83c43917 Merge pull request #1550 from xoddark/folder_list_management_v2
Add multifolder management in dir_list_new v2
2015-03-28 20:47:44 +01:00
twinaphex
abc514b339 Make file_extract.c independent of RetroArch 2015-03-28 20:25:33 +01: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
150887f0eb Fix one warning 2015-03-28 19:59:57 +01:00
twinaphex
44b96e9432 (XMB) BUildfix 2015-03-28 19:57:59 +01:00
twinaphex
66d2172004 Make video_thread_wrapper.h not dependent on GL video font driver 2015-03-28 19:44:03 +01:00
twinaphex
a532742b96 Refactor zlib_inflate_data_to_file so that it is nonblocking 2015-03-28 19:18:42 +01:00
twinaphex
db2677de99 Create zlib_inflate_data_to_file_iterate 2015-03-28 19:00:51 +01:00
XoD
d97bc6f084 Add multifolder management in dir_list_new v2
v2: process the folder from the last to the
first to allow override.

Signed-off-by: XoD <xoddark@gmail.com>
2015-03-28 18:52:27 +01:00
twinaphex
26d90e91f3 zlib_inflate_data_to_file - indicate that one variable is not
used
2015-03-28 18:31:09 +01:00
twinaphex
4171d540c1 Refactor zlib_inflate_data_to_file 2015-03-28 18:30:09 +01:00
twinaphex
ed933aab05 Take dependencies out of file_extract.h 2015-03-28 18:09:40 +01:00
twinaphex
84b9898934 Create zlib_file_handle_t 2015-03-28 18:05:01 +01:00
Twinaphex
aef562ebd5 (iOS) Go back to old runloop implementation 2015-03-28 15:56:02 +01:00
Alcaro
fbeec2f00e (WGL) Apparently HAVE_EGL can be defined on this platform... 2015-03-27 23:07:57 +01:00