1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-01 07:13:35 +00:00

17599 Commits

Author SHA1 Message Date
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 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
Twinaphex
364d8b8b7a Merge pull request from heuripedes/gl-perf
Some OpenGL menu fixes
2015-03-27 21:31:06 +01:00
Higor Eurípedes
3d33d934cb (GLUI) Fix mouse rendering 2015-03-27 16:17:11 -03:00
Higor Eurípedes
b9f40fc1c9 (XMB) Fix raster block usage 2015-03-27 16:15:54 -03:00
twinaphex
765e9c0361 Return an unsigned value that indicates which values were found 2015-03-27 18:50:40 +01:00
twinaphex
9923e6a021 (input_autodetect.c) Further cleanups 2015-03-27 18:05:43 +01:00
twinaphex
f88e62b3d2 Create input_autoconfigure_joypad_from_conf_internal 2015-03-27 18:02:21 +01:00
twinaphex
782f366131 Cleanup comments 2015-03-27 17:55:00 +01:00
twinaphex
54f2d61809 input_autodetect.c - don't need runloop.h header 2015-03-27 17:53:06 +01:00
twinaphex
3985497552 Small cleanup 2015-03-27 17:48:27 +01:00
twinaphex
948e9a1888 (input_autodetect) Cleanups pt. 5 2015-03-27 17:47:15 +01:00
twinaphex
6917982686 Cleanup input_try_autoconfig_joypad 2015-03-27 17:39:11 +01:00
twinaphex
bf0693fcb0 (input_autodetect.c ) Cleanups pt. 4 2015-03-27 17:34:09 +01:00
twinaphex
c5ece757d8 (input_autodetect.c) Cleanups pt. 3 2015-03-27 17:31:59 +01:00
twinaphex
57a1f6d9a0 Cleanups 2015-03-27 17:27:21 +01:00
twinaphex
14270babe5 (input_autodetect.c) Cleanups pt. 2 2015-03-27 17:10:09 +01:00
twinaphex
28faf469a0 Cleanups 2015-03-27 17:02:55 +01:00
twinaphex
bea8fb1b19 Remove unused variable 2015-03-27 16:58:45 +01:00
twinaphex
226c6ff41a Simplify input_autodetect 2015-03-27 16:57:58 +01:00
Twinaphex
be01cae72c Merge pull request from lakkatv/xmb
(XMB) Group options in the contextual menu
2015-03-27 00:02:07 +01:00
Jean-André Santoni
af3bbce0b6 (XMB) Group options in the contextual menu 2015-03-27 00:00:49 +01:00
Twinaphex
96b228711f Merge pull request from heuripedes/master
(GLUI) Fix mouse/OSK rendering
2015-03-26 22:18:56 +01:00
Higor Eurípedes
15b7d69f3b (GLUI) Fix mouse/OSK rendering 2015-03-26 17:45:46 -03:00
Twinaphex
52c03ed753 Merge pull request from heuripedes/master
(GLUI) Fix fullscreen rendering
2015-03-26 18:35:46 +01:00
Higor Eurípedes
2115e806a7 (GLUI) Fix fullscreen rendering 2015-03-26 14:07:39 -03:00