Commit Graph

9100 Commits

Author SHA1 Message Date
meancoot
090c0d8e84 Merge branch 'master' into apple_no_thread 2013-12-24 14:11:39 -05:00
meancoot
0b17dc0d47 (iOS) Changes:
Allow requesting to browse for a directory.
    Allow requesting the browser to display an option to return a black item.
    Swap the ‘Up’ and back buttons in the browser.
    Properly reset string settings that were changed in rgui.
2013-12-24 14:03:43 -05:00
Themaister
b146ee1c05 Clean frontend/menu/disp on make clean. 2013-12-24 14:20:23 +01:00
Themaister
8a81ee856c Some Win32 fixes. 2013-12-24 14:10:18 +01:00
Themaister
58f8cde980 Fix PC build. 2013-12-24 11:11:25 +01:00
meancoot
839a5529b8 Merge branch 'master' into apple_no_thread 2013-12-23 21:03:14 -05:00
Toad King
ccc797cadb don't reset keybinds on driver init 2013-12-23 20:05:09 -05:00
Toad King
54246497a8 [GX] add default binds for axises 2013-12-23 19:46:25 -05:00
Twinaphex
a3c3b4702e Merge pull request #439 from libretro/wii-input
Wii input changes
2013-12-22 19:28:12 -08:00
twinaphex
b884faa2b1 (OSX) OSX 10.6.8 (Snow Leopard) works now - can get into RGUI 2013-12-23 04:23:46 +01:00
meancoot
431620c38a (iOS) Change .zip UTI into an All Files UTI. Makes it easier to share files between devices. You can now download any file into RetroArch’s sandbox instead of just zip files. (Think air dropping a save between two devices). 2013-12-22 21:37:07 -05:00
meancoot
2f3a79c0af (Apple - No Thread) Fix crash when backgrounding the app. 2013-12-22 21:34:47 -05:00
Toad King
2b3e5d6bbc [GX] add in menu bind for classic controller home button 2013-12-22 21:12:19 -05:00
Toad King
2f46fa4fe9 [GX] input changes work now 2013-12-22 21:07:37 -05:00
Toad King
d7cacaa9ed start of porting wii input driver to better support RGUI. still has issues with axises 2013-12-22 19:47:33 -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