Commit Graph

11266 Commits

Author SHA1 Message Date
twinaphex
3d9e679d6a (Apple) Delete rarch_wrapper.h 2014-07-09 13:06:54 +02:00
twinaphex
22a8d152cf (Apple) Get rid of rarch_wrapper.h 2014-07-09 13:06:24 +02:00
twinaphex
652499770f (Apple GL context) Move gfx_context C files to Obj-C .m file 2014-07-09 13:03:58 +02:00
twinaphex
ac941c18a3 (Apple) Move location/camera code into separate files 2014-07-09 12:56:29 +02:00
twinaphex
c1cdf78fc8 (Apple OSX) settings.m - style nits 2014-07-09 12:45:03 +02:00
twinaphex
c9287fccfb (Settings data) Fix warning 2014-07-09 12:33:45 +02:00
twinaphex
59bba490f9 (Setting data) Add group name/subgroup name too to settings 2014-07-08 21:33:34 +02:00
twinaphex
56380f309f (Setting data) Make settings data more readable 2014-07-08 19:23:53 +02:00
twinaphex
70e7b4a26e (Settings data) Create enum for settings list 2014-07-08 18:56:12 +02:00
twinaphex
6cb17bc4cb (iOS) menu.m - more cleanups/build fixes 2014-07-08 18:29:28 +02:00
twinaphex
dfc43810a7 (Apple/iOS) Cleanups of menu.m 2014-07-08 18:23:30 +02:00
twinaphex
155e51259e (Settings data) Some cleanups 2014-07-08 16:10:54 +02:00
twinaphex
86f51d703f (Settings data/iOS) Fix crash at startup with new config - audio latency was being set to
0 because g_defaults.out_latency would point to 0 - instead, we check
if g_defaults.settings.out_latency is higher than 0 and if so, set the
setting to that - otherwise, default to value in config.def.h

On an unrelated note - the setting I just added to settings_data.c still
doesn't show up. This code is in need of some serious refactoring
2014-07-08 15:29:45 +02:00
twinaphex
0b44fef6d1 (Settings data) Move setting around 2014-07-08 14:01:36 +02:00
twinaphex
a7c9137c0d (Settings data) Add Overlay Enable option 2014-07-08 13:55:23 +02:00
twinaphex
e384d7b056 (iOS) And another 'build fix' now - let's hope things work now
as expected
2014-07-08 13:32:54 +02:00
twinaphex
ef78dc78cf (Apple) Doing it through this godawful fucking IDE now so that Xcode
doesn't get the chance to crap all over changed paths again
2014-07-08 13:25:24 +02:00
twinaphex
d02ff97ca5 (Apple) Nit 2014-07-08 13:03:51 +02:00
twinaphex
fcb9023c9c (iOS) Fix up iOS solution AGAIN 2014-07-08 13:01:10 +02:00
twinaphex
c9a0f13ec1 (iOS) Build fix 2014-07-08 01:39:47 +02:00
twinaphex
6235d747f8 (iOS) Some pbxproj fixes 2014-07-08 01:30:09 +02:00
Toad King
57d1cbbf26 (EMSCRIPTEN) add analog emulator support 2014-07-06 20:02:44 -04:00
Toad King
7dfb9d0437 Revert "(EMSCRIPTEN) add shared context support"
This reverts commit 96feb074d0.
2014-07-04 15:02:02 -04:00
Toad King
96feb074d0 (EMSCRIPTEN) add shared context support 2014-07-02 21:56:22 -04:00
twinaphex
d16395ffa6 (QNX) Implement destroy function correctly 2014-07-02 18:58:16 +02:00
twinaphex
089ab9441c (QNX) Add GL shared context to QNX context driver 2014-07-02 18:56:08 +02:00
twinaphex
d2b75d31bd (Android) Shield - right analog stick Y axis was inverted 2014-07-02 18:27:55 +02:00
Twinaphex
81c9711d61 Merge pull request #783 from Monroe88/master
Add missing RetroKeyboard mappings to DirectInput
2014-07-02 06:30:50 +02:00
Monroe88
adc7cba421 Add missing RetroKeyboard mappings to DirectInput 2014-07-01 21:06:56 -05:00
twinaphex
a0f6bf1fe5 (QNX) Input driver - use driver.video_data directly 2014-06-30 00:12:33 +02:00
twinaphex
e1503483c4 (iOS) Add optional GLES3 headers to rglgen_headers.h 2014-06-29 07:47:45 +02:00
Twinaphex
c65116a9ba Merge pull request #778 from aliaspider/master
(PSP) add BIG_STACK makefile option ...
2014-06-29 06:50:28 +02:00
aliaspider
ba7cefc529 (PSP) add BIG_STACK makefile option
fix overflow in VFPU resampler when input_frames is 0
add support for GU_PSM_5551 pixel format when using hardware rendering
2014-06-29 05:45:36 +01:00
twinaphex
9bfb76e7fb (PSP) Add initial version of PSP pthread wrapper - very incomplete right now 2014-06-29 01:05:13 +02:00
twinaphex
cce198f66c Don't add extern "C" namespace around thread.h if MSC_VER is defined 2014-06-26 23:47:10 +02:00
twinaphex
4e8633f7f3 Don't add extern "C" around thread wrappers 2014-06-26 02:59:14 +02:00
twinaphex
0b5548bc1b (VC/Raspberry) Blind coding - added shared context for VC EGL
context driver
2014-06-25 22:59:07 +02:00
twinaphex
c258c25441 MSVC 2003-equivalent function for SignalObjectAndWait 2014-06-25 04:06:42 +02:00
twinaphex
128c20a437 (Win32) Define SIZE_MAX if not defined already 2014-06-25 03:35:59 +02:00
twinaphex
42b2423a9c thread.h - Xbox needs this header for the prototype of Sleep 2014-06-25 02:01:14 +02:00
Themaister
d50b395ad8 Fix --disable-udev. 2014-06-24 20:16:31 +02:00
twinaphex
9b6efe540f thread.h - ifndef for RARCH_CONSOLE no longer necessary 2014-06-23 16:00:21 +02:00
twinaphex
2ae7104bbf (PSP) Link against pthread 2014-06-23 15:39:11 +02:00
twinaphex
1fc83d6952 (PSP) Fix Salamander 2014-06-23 04:48:05 +02:00
twinaphex
ccc3384709 Update thread.h for PSP 2014-06-23 00:56:24 +02:00
Themaister
09443d88c2 Android: Remove useless getDisplayRefreshRate
Interferes with detection in native activity.
2014-06-21 17:05:04 +02:00
twinaphex
e0736d8d90 (Android) Set Shield refresh rate to 59.90 2014-06-21 16:21:22 +02:00
Themaister
4f481bfc92 Check refresh_rate every frame in thread wrapper. 2014-06-21 16:18:39 +02:00
Themaister
b95e27cbb2 Avoid printing errors when filter_idx is 0.
Misleading ...
2014-06-21 11:10:26 +02:00
Themaister
420a203a02 Reset g_extern path state after game reload. 2014-06-21 10:40:58 +02:00