Commit Graph

7732 Commits

Author SHA1 Message Date
Themaister
551fd27204 Add support for wrapping modes.
Not terribly useful atm due to POT, but at least it's there.
Has some use mostly with LUTs ... NPOT + REPEAT requires extension on
GLES2 at least.
2013-08-16 00:30:54 +02:00
meancoot
26df85f020 (iOS) Some settings menu polish:
The bluetooth mode is updated immediately, previously you had to hit the back button on the frontend settings before it would be applied.
        The custom config state label in the frontend settings menu is updated properly.
2013-08-15 12:47:13 -04:00
meancoot
0d291e809a (iOS) Fix major hanging bug 2013-08-15 09:50:56 -04:00
twinaphex
7ac8636842 (Module info) Update gambatte info file 2013-08-15 12:40:51 +02:00
twinaphex
0a08279536 (Module info) Fix nxengine info file name 2013-08-15 12:35:01 +02:00
twinaphex
9dc946900e (Module info files) Update module info files for naming consistency's
sake
2013-08-15 12:33:19 +02:00
twinaphex
1da7c12978 (0.9.9.5) Add iOS changelog 2013-08-15 11:34:28 +02:00
twinaphex
fc564c2bd6 Add 0.9.9.5 changelog 2013-08-15 00:57:13 +02:00
twinaphex
6de6a793ab (Android Phoenix) Include popup about asset extraction
Bump up to version 0.9.9.5
2013-08-15 00:13:08 +02:00
meancoot
2b614c952e (iOS) Put the file icon back; the file lists look odd with just a directory icon 2013-08-14 17:39:34 -04:00
twinaphex
b0799be6ba (Android Phoenix) Set default libretro path (for TV Mode) 2013-08-14 22:18:23 +02:00
meancoot
1eb78a9481 (Apple) Fix issue when loading RGUI with the dummy core 2013-08-14 13:48:57 -04:00
meancoot
7d6b4cdd26 (iOS) Bring back per-core configurations 2013-08-14 12:53:29 -04:00
meancoot
4f70bdeab5 (Apple) Split platform specific code out of main.m 2013-08-14 12:53:29 -04:00
Themaister
7236e51af0 Clear out GL error on driver init for robustness.
In case we used cached GL context, we'd error out
if a single GL error has been generated.
2013-08-14 14:58:12 +02:00
twinaphex
39edc5379b (Android Phoenix) Cleanups - reuse instance from MainMenuActivity to get application
info stuff
(Android Phoenix) TV Mode now creates a default config file if one wasn't there
already - makes it work from startup
2013-08-14 14:54:02 +02:00
Themaister
4d8e9df03d Add forced debug context support to WGL. 2013-08-14 14:13:28 +02:00
Themaister
3b1e65ba08 Add GL_DEBUG ifdef which forces full GL debugging. 2013-08-14 14:13:28 +02:00
twinaphex
e8555bc1ab (frontend) make macro for main entry point function 2013-08-14 14:10:49 +02:00
meancoot
9e2e135d19 (Apple) Get rid of some hacks in the frontend code. 2013-08-14 00:48:58 -04:00
meancoot
fe08806aa5 (iOS) Use the nuclear option for life-cycle management.
This should fix hangs caused by incoming calls or launching siri, but will cause more driver reinits than before
2013-08-13 22:44:25 -04:00
meancoot
8656b04492 (iOS) Some refactoring in settings.m 2013-08-13 22:44:25 -04:00
meancoot
4d8570d546 (iOS) Build script fix for jailbroken devices 2013-08-13 22:44:25 -04:00
meancoot
cb6c612b8e (iOS) Only player 1 gets default keyboard bindings 2013-08-13 22:44:24 -04:00
twinaphex
1e14cbafd4 (frontend_android) Revert 2013-08-14 04:36:47 +02:00
twinaphex
0bbd9699b4 (Android Phoenix) TV Mode now loads the config file 2013-08-14 04:27:44 +02:00
twinaphex
6fd04e1e0e (Android Phoenix) Add TV mode - boot straight into RGUI 2013-08-14 04:17:30 +02:00
twinaphex
0dde2ce7c4 Add bsnes performance module info files 2013-08-14 03:59:11 +02:00
twinaphex
b0644e2f71 (Android Phoenix) Close CoreSelection activity after having launched a game 2013-08-13 20:26:21 +02:00
twinaphex
8286e30b6b (Android Phoenix) Some cleanups to CoreSelection.java 2013-08-13 19:27:13 +02:00
Themaister
846e72ad1e Allow spaces for matrix hack. 2013-08-13 16:58:43 +02:00
meancoot
68e8fbc45f (iOS) Fix icade button mapping 2013-08-12 19:02:34 -04:00
meancoot
dc16abe728 (OSX) Fix gamepad axis inputs 2013-08-12 18:02:29 -04:00
twinaphex
255f21fb88 (Android) Autodetection - Fixes face buttons on PS3 pad 2013-08-13 00:00:00 +02:00
twinaphex
5a2a89a8db (Android Phoenix) Separate java classfile for FileWrapper
(Android) Bind menu button to RGUI for 360 pad
2013-08-12 23:32:02 +02:00
Squarepusher
d4064b20a3 Merge pull request #273 from Themaister/deadzone
Clean up dpad emulation on Android.
2013-08-12 13:35:09 -07:00
Themaister
cd1681b1fb Clean up dpad emulation.
Avoid crufty and broken dpad_state. Use g_settings.input.axis_threshold
option.
2013-08-12 22:24:26 +02:00
Squarepusher
5a0d685a7b Merge pull request #272 from Themaister/sl-high-latency
Add high latency audio support for Android.
2013-08-12 11:18:08 -07:00
Themaister
16ca310f93 Add high latency audio support for Android.
Should fix ghetto hardware again.
2013-08-12 20:13:06 +02:00
twinaphex
3122dbf4e6 (Android Phoenix) Update string somewhat to reflect that Ouya
doesn't have Google Play installed
2013-08-12 18:54:27 +02:00
twinaphex
a7b8bfc020 (Android Phoenix) Add Ouya autodetection rules - should disable
input overlay at startup and setup input_autodetect to true
2013-08-12 18:53:17 +02:00
twinaphex
fc4a6b6250 (Android Phoenix) Rename RetroArch.java to CoreSelection.java 2013-08-12 18:48:07 +02:00
twinaphex
647a423aa4 (Android Phoenix) Split up menu classes into separate .java files 2013-08-12 17:43:27 +02:00
twinaphex
7abe27de81 (Android Java) Create separate class for ReportIME 2013-08-12 05:51:33 +02:00
twinaphex
b142cae10a (Android Java) Split ModuleWrapper class off into separate .java file 2013-08-12 05:19:39 +02:00
twinaphex
f17fd23ad0 (Android Java) Remove Report Refreshrate 2013-08-12 02:08:54 +02:00
twinaphex
b6370d2441 (Android Java) Set threaded video to default - Shield/Nexus 7 2013 now simply an
'OK' messagebox
2013-08-12 01:51:49 +02:00
Squarepusher
972fa44f14 Merge pull request #270 from Themaister/upstream
OpenGL (and various) improvements
2013-08-11 06:54:32 -07:00
Themaister
ef1f5d251f Don't use anti-jitter on consoles.
Not compatible.
2013-08-11 15:34:32 +02:00
Themaister
1389a1e37c Fix compile when GLSL isn't compiled in. 2013-08-11 15:25:04 +02:00