Commit Graph

9636 Commits

Author SHA1 Message Date
Lioncash ad87e70455 Fix checking for AVX support. We also need to check if the XCR bit is set as well. 2013-12-22 18:22:26 -05:00
Toad King 9a15b3e66e fix logging on consoles 2013-12-22 16:42:03 -05:00
twinaphex bb82c76a4c (D3D9) Fix up D3D driver - use RARC_PERFORMANCE macros 2013-12-22 17:41:08 +01:00
meancoot f3d5a44e76 (Apple - No Thread) Fix performance regression. 2013-12-21 21:58:19 -05:00
twinaphex 129b7093a3 Set default overlay opacity to 0.7f 2013-12-22 03:03:26 +01:00
twinaphex 86b3686677 Some triaging of overlays which don't look too good 2013-12-22 03:01:36 +01:00
meancoot f069c82417 (Apple) First pass at removing UI/RetroArch thread split. 2013-12-21 19:42:10 -05:00
meancoot f0bdd1286d (Apple) Work around thread issues for the location driver. 2013-12-21 18:48:13 -05:00
Twinaphex 6121f1e21f Merge pull request #436 from lioncash/master
Small cleanup in RetroActivityLocation.java
2013-12-21 14:36:05 -08:00
Lioncash 192bf387d4 Clean up tab/space mistmatch in RetroActivityLocation.java 2013-12-21 17:01:20 -05:00
twinaphex b0a6a5f118 (Apple) Set distance filter to kCLDistanceFilterNone - should report every
movement change - still not calling didUpdateLocations though
2013-12-21 19:01:10 +01:00
twinaphex 9c82f5e89e (Android locatio) Gets location updates now (seems to call
onLocationChanged) but only if Wifi is enabled - Wifi off and
GPS on doesn't work yet
2013-12-21 16:55:05 +01:00
twinaphex 9e3b69cb78 (Android) RetroActivityLocation - some cleanups 2013-12-21 16:43:50 +01:00
twinaphex 7009a70534 Remove next-menu.png from nes and gameboy overlays 2013-12-21 16:13:14 +01:00
Twinaphex 6a1f388c54 Merge pull request #435 from hizzlekizzle/master
fixed ugly, stretched 'next overlay' buttons and fixed a few more stretc...
2013-12-21 06:50:03 -08:00
hunterk 6723758f09 fixed ugly, stretched 'next overlay' buttons and fixed a few more stretched buttons I missed before 2013-12-21 08:43:54 -06:00
Themaister 9c472e4e9e Disable recording if FFmpeg errors out.
Or we segfault ...
2013-12-21 15:41:06 +01:00
twinaphex 491c0e0757 (Android location) Fixup prototype for onLocationGetHorizontalAccuracy in JNI stub driver 2013-12-21 15:11:11 +01:00
twinaphex 2b5ece3804 (ANdroid JNI) Bugfix - onLocationGetHorizontalAccuracy should return
double, not float
2013-12-21 15:04:47 +01:00
twinaphex be5609269a (Android location) Gets a bit further but still not calling onLocationChanged - just renders the text for the first location retrieval and nothing else after that 2013-12-21 14:58:29 +01:00
twinaphex c68312fe31 (Android Location) Some changes - still not working 2013-12-21 06:19:38 +01:00
Twinaphex ed305b1de4 Merge pull request #434 from hizzlekizzle/master
More overlay updates
2013-12-20 18:37:26 -08:00
meancoot 6d00a2e544 (iOS) Hide the Load Content options while content is already running. 2013-12-20 20:36:55 -05:00
meancoot 09dc8295d6 (iOS) Fix issues with orientation locking. 2013-12-20 19:20:01 -05:00
twinaphex 0d94dd03f7 (Android location) onConnected/onDisconnected reimplemented - still don't seem
to get to onLocationChanged though
2013-12-20 21:49:43 +01:00
hunterk be4b5dfed9 fixes to portrait buttons and dpad, softened edges on many buttons, added opaque gba and psx overlays 2013-12-20 14:22:12 -06:00
twinaphex 1a20317cef (Android Location) Add metadata to manifest 2013-12-20 19:33:14 +01:00
Twinaphex 375d36152a Merge pull request #433 from lioncash/master
[Android] Fix a bug in the DetectCoreDirectoryFragment.
2013-12-20 10:09:17 -08:00
Lioncash 77fbe67dbe [Android] Fix a bug in the DetectCoreDirectoryFragment.
Would crash if an unsupported file was tapped twice because it would set the inFileBrowser boolean to false, thus leading to the attempt to launch said unsupported file. Fixes this.

Also made it display a brief toast if no cores support the extension of the file.
2013-12-20 12:47:39 -05:00
twinaphex d43c971a1e (Android Location) Fix init function 2013-12-20 17:10:35 +01:00
hunterk c89a1795db last minute fix to portrait diagonals, which were too small. Also deleted redundant 'normalized' directory 2013-12-20 09:34:42 -06:00
hunterk fb7dcae520 forgot to delete the old overlays in the previous commit 2013-12-20 09:20:40 -06:00
unknown e01a8a45c6 deleted old overlays and replaced them with normalized ones. Also added gosthy's 'immersive' overlay 2013-12-20 09:09:43 -06:00
Themaister 44beafcfcb Fix typo. 2013-12-20 12:32:48 +01:00
Themaister 188a233ec8 Add lifetime status callbacks to location interface. 2013-12-20 08:44:38 +01:00
twinaphex 3338513a9a (Android) Add another permission- ACCESS_COARSE_LOCATION - in case LocationManager
needs this
2013-12-20 01:18:35 +01:00
twinaphex 792b27288a (Android) (Location) Function signatures for functions that return
double were wrong - should be D instead of J
2013-12-20 00:42:42 +01:00
meancoot 0513b99cc2 (iOS) Fix config reload when returning from settings menu 2013-12-19 14:06:36 -05:00
twinaphex 24dc89f42e (Apple) Build fix 2013-12-19 17:39:04 +01:00
twinaphex da6e360e49 (Location) Implement horizontal and vertical accuracy - Android's
location API only provides horizontal API but iOS/OSX API supports
both horizontal and vertical. Maybe consider implementing vertical
accuracy for Android by hand later
2013-12-19 17:36:27 +01:00
twinaphex 2f1327bf3e (Apple)location driver is baked in now for OSX too 2013-12-19 17:10:03 +01:00
twinaphex 4ad6631812 (Apple) Location interface fixups 2013-12-19 15:58:15 +01:00
twinaphex f0aa0f99fd (Location) Reimplement some parts of the location interface - get_latitude
and get_longitude are gone now in place of get_position. Basically,
from C land we basically do a poll-style queries, but on the
implementation side (ie. Android/iOS/OSX) - they all use callback-based
location updates. So we simply check in the poll function (get_position)
whether position has changed, and if so, update the pointer values and
return true - if not, set them to 0 and return false.
2013-12-19 15:47:47 +01:00
Themaister 855cb54def Some cleanups to location interface.
Avoid three redundant fields in struct.
Use unsigned instead of int for argument for API consistency.
2013-12-19 10:15:55 +01:00
twinaphex 031a9d05be (Location) Environ GET_LOCATION_INTERFACE should be implemented now 2013-12-19 05:51:25 +01:00
twinaphex 581aab1e3e (Android) Small typo fix 2013-12-19 05:24:12 +01:00
twinaphex d974216890 (Android) Add -DHAVE_LOCATION 2013-12-19 05:16:48 +01:00
twinaphex 9ed2c1b9b6 (Android location) Implement all JNI calls in stub location driver -
hopefully this will work straight away (fingers crossed)
2013-12-19 05:10:56 +01:00
twinaphex 4ba46df0ef (Android) Build fix 2013-12-19 03:45:17 +01:00
twinaphex d092413d63 (Apple/Location) Build fixes 2013-12-19 03:41:28 +01:00