16178 Commits

Author SHA1 Message Date
twinaphex
0b926373ce (GLX) Buildfix 2015-02-09 02:03:41 +01:00
Twinaphex
db64c41ae7 Silence some warnings 2015-02-09 01:46:58 +01:00
Twinaphex
4c7ff4a22e Merge pull request #1399 from iKarith/master
Maybe make iOS project work (no promises for OSX yet)
2015-02-08 21:58:31 +01:00
Toad King
7c3655ba5d fix 2015-02-08 14:51:07 -06:00
T. Joseph Carter
fda087a954 Add modules back to XCode project 2015-02-08 11:34:39 -08:00
T. Joseph Carter
1f5e263939 The modules subdir IS needed on iOS, put it back 2015-02-08 10:52:10 -08:00
T. Joseph Carter
cecb8507f8 Merge branch 'master' of https://github.com/iKarith/RetroArch 2015-02-08 10:39:41 -08:00
T. Joseph Carter
224b0b4ec4 Merge branch 'master' of https://github.com/libretro/RetroArch 2015-02-08 10:37:53 -08:00
T. Joseph Carter
7754620cdb Possibly make iOS app build work (no shaders yet) 2015-02-08 10:36:59 -08:00
twinaphex
e5654ac385 (D3D) Buildfix 2015-02-08 18:46:03 +01:00
Alcaro
0acccbfa43 Why are we trying to support both the experimental and final version of something that's still experimental? 2015-02-08 18:42:40 +01:00
Alcaro
b98812b1ba We're not sure if this will work. Marking experimental. 2015-02-08 18:40:12 +01:00
twinaphex
90e5cffab8 Add RETRO_ENVIRONMENT_MAKE_CURRENT_CONTEXT 2015-02-08 18:39:12 +01:00
Twinaphex
598aa98202 Merge pull request #1398 from jeapostrophe/master
Fixing iOS build (non Theos?)
2015-02-08 16:01:41 +01:00
Jay McCarthy
78f4d2a3d6 Fixing iOS build 2015-02-08 10:00:39 -05:00
twinaphex
95df3dc394 (WGL) Add fallback to GetProcAddress 2015-02-08 01:24:58 +01:00
Twinaphex
fe279c5c4b Merge pull request #1393 from SuperrSonic/master
(GX) Enable custom viewports in 240p
2015-02-07 05:31:32 +01:00
Twinaphex
f1374ab551 Merge pull request #1394 from lakkatv/xmb
(XMB)(GLUI) Better fix for the GL texture format bug
2015-02-07 00:11:26 +01:00
Jean-André Santoni
ef7e210719 (XMB)(GLUI) Better fix for the GL texture format bug 2015-02-07 00:05:40 +01:00
twinaphex
f811164d20 Update audio_utils.c/audio_resampler_driver.c 2015-02-06 17:29:05 +01:00
twinaphex
7bc3a2892d Update 2015-02-06 17:26:01 +01:00
twinaphex
0d624defaa Update audio_utils.c 2015-02-06 17:21:31 +01:00
SuperrSonic
2a79810b05 (GX) Added 608x240 for handheld cores with square pixels 2015-02-05 16:25:32 -04:00
SuperrSonic
2e61bafb1e (GX) Use custom viewports in 240p 2015-02-05 16:19:00 -04:00
twinaphex
48e56da8be (Android) Silence unused variable warnings 2015-02-05 19:59:43 +01:00
twinaphex
d535be570c (sinc) Kill off compat/posix_string.h dependency 2015-02-05 19:58:50 +01:00
twinaphex
3fd0f14fe2 Update audio_utils.c 2015-02-05 19:41:35 +01:00
twinaphex
e75e6ed1be Update resampler drivers to be in sync with Mupen64 - don't
use logging functions here
2015-02-05 19:40:46 +01:00
twinaphex
4ffbadd49c Update audio_resampler_driver.c 2015-02-05 19:22:37 +01:00
twinaphex
621d406429 Update SDK 2015-02-05 19:18:34 +01:00
twinaphex
a7e3f4862b Update 2015-02-05 19:06:18 +01:00
twinaphex
a1a81db680 (audio_resampler_driver) Cleanups 2015-02-05 19:04:46 +01:00
twinaphex
e866c213b0 core_info_resolve_all_extensions - cleanup 2015-02-05 18:34:31 +01:00
twinaphex
72ac1bd407 menu_animation.c - some cleanups 2015-02-05 18:27:25 +01:00
twinaphex
a55e48e88c Very primitive directory scanning of CRCs - prototype 2015-02-05 16:25:29 +01:00
Twinaphex
73aa0ff177 Merge pull request #1391 from lakkatv/xmb
(Menu) No more core_info manipulation on the menu driver side. Instead, ...
2015-02-05 09:02:44 +01:00
Jean-André Santoni
8b1d4ea84e (Menu) Forgot to apply those changes to rmenu and rmenu_xui 2015-02-05 01:19:24 +01:00
Jean-André Santoni
2473778bac (XMB) Fix a regression 2015-02-05 00:52:30 +01:00
Jean-André Santoni
f24bdb1cbf (Menu) No more core_info manipulation on the menu driver side. Instead, we ensure that core_info is inited before menu init, and call context reset after core info update. 2015-02-05 00:39:59 +01:00
Twinaphex
18b4eb0b4e Merge pull request #1390 from lakkatv/xmb
(XMB) Display a clock icon
2015-02-04 22:46:33 +01:00
Jean-André Santoni
f005d5f7e5 (XMB) Display a clock icon 2015-02-04 22:44:33 +01:00
twinaphex
e8183bb0e1 Add stub MENU_ACTION_TEST 2015-02-03 07:43:44 +01:00
twinaphex
8c38ccc4a9 Add MENU_ACTION_TEST 2015-02-03 07:43:20 +01:00
Twinaphex
b9bea34f18 Merge pull request #1387 from lakkatv/xmb
(XMB) Fix a small display regression
2015-02-03 05:44:42 +01:00
Jean-André Santoni
490cffc645 (XMB) Fix a small display regression 2015-02-03 05:41:35 +01:00
Jean-André Santoni
9640d98b98 Merge branch 'master' of https://github.com/libretro/RetroArch 2015-02-03 05:22:28 +01:00
Twinaphex
a358dd9694 Merge pull request #1386 from lakkatv/xmb
(XMB) Fix display issue in settings
2015-02-03 05:19:26 +01:00
Jean-André Santoni
1852a36cc2 Merge branch 'master' of https://github.com/libretro/RetroArch 2015-02-03 05:14:06 +01:00
Toad King
75b02236d5 throttle menu better when libretro_pause is off 2015-02-02 21:55:30 -06:00
Jean-André Santoni
47c0dabc40 (XMB) Fix display issue in settings 2015-02-03 04:24:34 +01:00