Commit Graph

16191 Commits

Author SHA1 Message Date
Jean-André Santoni 274cfe0f9f (Menu) input_postprocess was not used anymore by any menu driver 2015-02-10 14:52:25 +01:00
twinaphex 3880856c94 Make rarch_defer_core more robust for 'load_game' 2015-02-10 03:05:58 +01:00
twinaphex 9efc11045d rarch_update_system_info - simplify 2015-02-10 02:59:01 +01:00
Twinaphex 95089ce7d1 Merge pull request #1403 from lakkatv/xmb
(XMB) Fix more duplicate icon bugs
2015-02-10 02:52:30 +01:00
Jean-André Santoni 3b2aa6ba40 (XMB) Fix more duplicate icon bugs 2015-02-10 02:50:22 +01:00
Twinaphex 0c5f10389b Merge pull request #1402 from lakkatv/xmb
(XMB) Display bug fix and code refactoring
2015-02-09 23:56:31 +01:00
Jean-André Santoni a2380c4182 (XMB) Display bug fix and code refactoring 2015-02-09 22:54:14 +01:00
twinaphex f3002c334f Move GLSL driver higher up the priority list 2015-02-09 21:49:29 +01:00
twinaphex e0184f0877 We don't want to allow the user to disable fonts and lock himself
out of seeing a GUI - gets rid of hack in gl.c
2015-02-09 19:11:53 +01:00
Twinaphex 5ddadf5935 Merge pull request #1400 from lioncash/null
settings_data: Fix potential null pointer dereference
2015-02-09 17:13:57 +01:00
Lioncash 304f0e0492 settings_data: Fix potential null pointer dereference 2015-02-09 11:03:16 -05:00
Toad King 206797c6f9 creating all our mutexes with the same name very bad :P 2015-02-08 22:51:45 -06:00
twinaphex 55c898b880 rthreads.c - Take out code that is prone to deadlocks 2015-02-09 03:55:29 +01:00
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