Commit Graph

17640 Commits

Author SHA1 Message Date
twinaphex
4bc4837d95 (D3D) Move font_color variable to d3d_w32_font.cpp 2015-03-29 23:12:05 +02:00
twinaphex
294a0b08e3 Make d3d_font_renderer_t more like gl_font_renderer_t 2015-03-29 22:37:52 +02:00
twinaphex
f3e5ed9854 Change signature of get_glyph 2015-03-29 22:36:30 +02:00
twinaphex
0443624ee2 Fix gl_raster_font.c 2015-03-29 22:28:17 +02:00
twinaphex
1dba948f64 Change font_d3d_driver.h 2015-03-29 22:01:52 +02:00
twinaphex
65e812da4c Change signatures of gl font driver callback functions 2015-03-29 21:59:01 +02:00
twinaphex
bbfedcedae Move struct to gl_common.h 2015-03-29 21:44:37 +02:00
twinaphex
ed5891b8e8 Rename gl_coord_array_release to gl_coord_array_free 2015-03-29 19:25:48 +02:00
twinaphex
96012b2eee Add early return to rarch_fail 2015-03-29 19:17:59 +02:00
twinaphex
105a12287d patch.c - remove 'hash.h' header include 2015-03-29 19:15:37 +02:00
twinaphex
31a5c4a1bf rarch_main_set_state - prevent more null pointer dereferences 2015-03-29 19:03:46 +02:00
neville
9a8a20e85a (OSX PPC) Prevent one null pointer dereference 2015-03-29 19:00:57 +02:00
neville
c0212e06a9 (OSX PPC) Change solution - use griffin_objc.m 2015-03-29 18:53:00 +02:00
neville
02eca41ea1 (OSX platform) Make code more robust 2015-03-29 18:17:29 +02:00
neville
c9b4aa2622 (OSX PPC) Build fixes 2015-03-29 18:09:15 +02:00
twinaphex
bff9eaa4f2 (runloop_data.c) Initialize variable to prevent warning 2015-03-29 17:29:05 +02:00
twinaphex
d374fb863c Use retro_inline.h for remaining 'inline' instances 2015-03-29 16:43:02 +02:00
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