Commit Graph

10147 Commits

Author SHA1 Message Date
Twinaphex
062be15837 Merge pull request #635 from LLeny/master
Android - Samsung Game Pad EI-GP20
2014-04-04 16:10:08 +02:00
Themaister
72ad4d937e More verbose logging of subsystems. 2014-04-04 16:02:53 +02:00
Themaister
7d9732ba20 Cleanup block sram overwrite. 2014-04-04 15:35:46 +02:00
Themaister
a58cb16367 Fix autosave toggle bug. 2014-04-04 15:19:13 +02:00
Themaister
2d840ef826 Small bugfix and docs fix. 2014-04-04 15:13:44 +02:00
Themaister
c81de5119d Initial take on subsystems support. 2014-04-04 14:58:42 +02:00
LLeny
b528e8df1c Android - Samsung Game Pad EI-GP20 2014-04-04 14:17:39 +02:00
Themaister
88526a4ab7 Save some missing options.
video_disable_composition and pause_nonactive.
2014-04-01 19:30:32 +02:00
Themaister
ab2040a100 Avoid some confusing opaqueness.
First argument of menu_ctx_init_first must always be const menu_ctx_driver_t**.
2014-04-01 17:42:00 +02:00
twinaphex
68593e39ea (D3D9) Replace menu_iterate_xui code 2014-04-01 04:49:32 +02:00
twinaphex
a40e942280 Add frame function to menu_ctx_driver_t struct 2014-04-01 04:45:00 +02:00
twinaphex
aadb940da8 Move menu_context.c code into driver.c 2014-04-01 04:12:41 +02:00
twinaphex
f3cae240e0 Take out rgui_handle_t dependency in menu_context.c 2014-04-01 04:08:44 +02:00
twinaphex
6064511cc2 Move menu_ctx variable over to driver struct 2014-04-01 04:03:55 +02:00
twinaphex
454ef3fa28 (menu context) Go through opaque pointers 2014-04-01 03:51:32 +02:00
Themaister
227a16f63c Check presence of avutil/channel_layout.h.
Apparently needed after all.
2014-04-01 00:09:18 +02:00
twinaphex
b6484f80ab (Menu) RGUI_MAX_SHADERS becomes GFX_MAX_SHADERS 2014-03-30 17:35:22 +02:00
twinaphex
064a0c87a0 (Apple) Build fix 2014-03-28 16:10:55 +01:00
Themaister
f23a9c4d03 Add more sophisticated dependency tracking with -MMD.
Avoids full rebuilds when just one header is changed.
2014-03-27 22:23:11 +01:00
Themaister
3cd1f11ba1 Also include msvc_compat.h in misc.h. 2014-03-27 21:47:19 +01:00
Themaister
1e7771ce28 Include limits.h in miscellaneous.h.
Might fix BSD issues.
2014-03-27 21:44:41 +01:00
Themaister
a3f6904dde Use abort() in rarch_assert() to make it debuggable.
SIGABRT is nice.
2014-03-27 10:44:23 +01:00
Twinaphex
3012284530 Merge pull request #624 from libretro/rgui-cleanup
Remove passing around video_data inside RGUI.
2014-03-25 06:24:13 -07:00
Themaister
6eb349dca6 Remove passing around video_data inside RGUI.
Makes very little sense to add cruft to the interface
when it also risks using an invalidated video_data ...
2014-03-25 10:19:02 +01:00
Themaister
24906b8869 Add resampler tests for CC resampler. 2014-03-23 14:27:31 +01:00
Themaister
1d32b3080d Remove some old RSound cruft. 2014-03-23 14:16:55 +01:00
Themaister
4d9ff7d147 Stylistic cleanups in CC resampler. 2014-03-23 14:14:42 +01:00
Themaister
0c57a1726b Add GET_PROC_ADDRESS interface.
Will come in handy later.
2014-03-22 12:34:30 +01:00
Twinaphex
fa0b907e65 Merge pull request #618 from aliaspider/master
(PSP) add a C reference implementation of the VFPU audio resampler.
2014-03-19 21:15:49 +01:00
aliaspider
dc95cf4c82 (PSP) add a C reference implementation of the VFPU audio resampler.
asm version still lacks some improvements found in the C version.
2014-03-19 20:52:15 +01:00
twinaphex
19e474eefa (Android) Set min SDK version back to 9 2014-03-17 19:07:24 +01:00
Twinaphex
e09d99f0af Merge pull request #613 from muzuiget/immersive
(Android) Implement immersive mode on Kitkat
2014-03-17 17:01:52 +01:00
muzuiget
adcc860dcc (Android) Implement immersive mode on Kitkat 2014-03-17 22:09:51 +08:00
Themaister
bad7f9af82 Check command interface in rarch_input_poll. 2014-03-17 11:34:25 +01:00
Twinaphex
66fc195ae8 Merge pull request #612 from aliaspider/master
(PSP) video driver update.
2014-03-17 09:45:29 +01:00
aliaspider
e060b67136 (PSP) some improvements to the video driver
add support for paletted frame texture in VRAM.
2014-03-17 00:22:13 +01:00
Twinaphex
456a9f4245 (D3D) Don't add Direct3D to window title 2014-03-16 14:50:09 +01:00
Twinaphex
ba4116e313 (D3D) TODO - quick hack to get D3D driver to at least work for games -
WM_DESTROY needs to be properly reimplemented
2014-03-16 14:36:55 +01:00
twinaphex
6752687f16 (Menu) Cleanup 2014-03-16 13:55:30 +01:00
Themaister
8d1d4f2c6e Merge branch 'master' of git://github.com/adicarlo/RetroArch
Conflicts:
	record/ffemu.c
2014-03-15 20:01:06 +01:00
Themaister
76234ed3de Don't have to include channel layout header. 2014-03-15 19:58:58 +01:00
Adam Di Carlo
67ad7b9c1f libavutil-dev version 1.0.8 support, requires we conditionalize the avutil/channel_layout.h include 2014-03-15 14:27:33 -04:00
Adam Di Carlo
4aff572ed7 vg methods require the vg be passed as first object; allows this file to compile on Debian Wheezy amd64 2014-03-15 14:22:26 -04:00
Themaister
79d0cb11af Fix compile issue in VC context. 2014-03-15 16:04:23 +01:00
Themaister
d941f70dff Should fix build on Pi. 2014-03-15 14:16:29 +01:00
Twinaphex
7fa8920357 Merge pull request #606 from aliaspider/master
(PSP) VFPU optimized audio resampler and s16 <-> float conversions
2014-03-14 17:02:04 +01:00
aliaspider
035e9b0919 (PSP) add an audio resampler using VFPU/allegrex assembly 2014-03-14 16:53:04 +01:00
aliaspider
dc3405bbb4 (PSP) add allegrex VFPU optimized s16 <-> float conversions. 2014-03-14 15:12:47 +01:00
twinaphex
c52c8cd5b5 (Android) Bump up versioncode
(VideoCore EGL) Fix build
2014-03-13 11:01:46 +01:00
Twinaphex
4b4b2858f4 Merge pull request #600 from URBANsUNITED/patch-1
Update views.h
2014-03-10 23:02:23 +01:00