Commit Graph

18742 Commits

Author SHA1 Message Date
Christopher J. Gilbert
f1186ff01c Autoconfigure - Change equals to starts with ident
This allows for Bluetooth PS3 controllers (and other bluetooth controllers) to be automatically detected.

In the input_try_autoconfigure_joypad_from_conf function, there is a string comparision between the input's name "params->name" and the configuration's name "ident".  Specifically on Bluetooth controllers, the uuid is appended to the end of the name.  
This enhancement will change the checking for name match from an equals comparision, to a startswith.
2015-04-21 03:24:19 -04:00
Twinaphex
151b1ea391 (iOS) Move some iOS-specific code over to cocoatouch_menu.m 2015-04-21 04:03:36 +02:00
twinaphex
4b63cb54c9 (Android) Input - cleanups 2015-04-21 02:58:12 +02:00
twinaphex
f3b76f6748 (Android) Style nit 2015-04-21 02:46:50 +02:00
Twinaphex
dcac3bf21f Move RANumberFormatter to cocoatouch_menu.m 2015-04-21 01:14:10 +02:00
twinaphex
f435958371 (Android) Implement display metric DPI 2015-04-21 00:57:51 +02:00
Twinaphex
c0c77c66bf (iOS) remove loadingCore 2015-04-20 23:19:14 +02:00
Twinaphex
70ee864a9f (Cocoa) Remove loadingCore 2015-04-20 23:16:35 +02:00
twinaphex
e1b697937a (Android) Implement get_architecture function 2015-04-20 22:53:56 +02:00
twinaphex
26d5ee8b4d (Android) Implement frontend_android_get_os 2015-04-20 22:43:46 +02:00
twinaphex
1b2e69d782 (Android) Prevent crash at System Information 2015-04-20 22:14:04 +02:00
twinaphex
166cfdf211 Cleanup frontend.h 2015-04-20 21:35:51 +02:00
twinaphex
52bf335dd8 (Android) Cleanups 2015-04-20 21:35:31 +02:00
twinaphex
d224b5c21d (Android) Buildfix 2015-04-20 21:34:54 +02:00
twinaphex
14505cc222 Create new rarch_main signature 2015-04-20 21:31:25 +02:00
twinaphex
4e187ad642 Refactor around HAVE_MAIN and do away with HAVE_MAIN_LOOP 2015-04-20 21:12:39 +02:00
twinaphex
5d24c75925 Create HAVE_MAIN define 2015-04-20 21:10:01 +02:00
twinaphex
7e95712015 (platform_darwin.m) Style nits 2015-04-20 21:00:40 +02:00
twinaphex
445bf04892 Cleanups to rarch_main - and also fix Android platform struct 2015-04-20 20:53:17 +02:00
twinaphex
e8a8b378d5 (Cocoa) Rename RAGameView to CocoaView 2015-04-20 20:39:39 +02:00
twinaphex
63d7cc19a4 (Mingw/MSVC) Buildfix 2015-04-20 20:04:59 +02:00
twinaphex
9ef656dc61 (MSVC) Build fixes 2015-04-20 20:00:39 +02:00
twinaphex
f3875924e5 (event_command) If cmd is EVENT_CMD_NONE or some other value, return false 2015-04-20 19:08:58 +02:00
Twinaphex
510d8a0a2f Get rid of retroarch.h header include in ui_cocoa.m 2015-04-20 18:58:44 +02:00
twinaphex
b1d2bd0032 (CocoaTouch) Fix event_command callback 2015-04-20 18:54:07 +02:00
Twinaphex
1062849419 (OSX) Fix ui_companion_cocoa_event_command 2015-04-20 18:53:02 +02:00
Twinaphex
bd95b0a8ae (OSX/Cocoa) basicEvent - change cmd to enum event_command 2015-04-20 18:46:55 +02:00
Twinaphex
a730e35897 (Cocoa) Start using ui_companion_event_command 2015-04-20 18:43:08 +02:00
twinaphex
fb4f5c9331 Change signature of event_command too 2015-04-20 18:40:46 +02:00
Twinaphex
98ade89759 (UI companion driver) Update signatures of existing function pointer implementations (event_command) 2015-04-20 18:38:47 +02:00
twinaphex
4e0a3cc6c2 Change function signature of event_command 2015-04-20 18:36:36 +02:00
twinaphex
fa0011feca Create ui_companion_event_command 2015-04-20 18:34:55 +02:00
Twinaphex
b97dadd0e3 (iOS) Remove useless forward decl 2015-04-20 18:25:37 +02:00
Twinaphex
d18f705873 Get rid of RetroArch_OSX get 2015-04-20 18:18:26 +02:00
Twinaphex
09fe3e9176 Move apple_display_alert implementation to UI driver 2015-04-20 18:10:15 +02:00
twinaphex
a3e4eff02a (Cocoa) Move files around 2015-04-20 17:33:29 +02:00
Twinaphex
d87b27c04d (OSX) Buildfix 2015-04-20 17:27:07 +02:00
twinaphex
16115ebb03 Merge platform.m files with UI companion driver source file 2015-04-20 17:26:05 +02:00
twinaphex
13dfe9d085 (Apple) Cleanup forward decls 2015-04-20 17:21:40 +02:00
twinaphex
7ed40b4401 Rename frontend_ctx_apple to frontend_ctx_darwin 2015-04-20 17:19:51 +02:00
twinaphex
aa54f7fb41 Move apple_rarch_exited to UI companion drivers 2015-04-20 17:10:28 +02:00
Twinaphex
4c8d2881dd Merge pull request #1648 from lakkatv/touch
(GLUI) Animate keyboard navigation
2015-04-20 16:43:34 +02:00
Jean-André Santoni
c8af545fd9 (GLUI) Don't animate navigation clear, it's ugly in some cases 2015-04-20 21:35:41 +07:00
Jean-André Santoni
d9409e071f (GLUI) Animate keyboard navigation 2015-04-20 21:22:55 +07:00
Twinaphex
394757670f Merge pull request #1647 from lakkatv/touch
(Menu) Support back button with mouse
2015-04-20 15:53:50 +02:00
Jean-André Santoni
d6ab5fb574 (Menu) Support back button with mouse 2015-04-20 20:15:55 +07:00
Twinaphex
68993c1f71 Ifdef AVFoundation and CoreLocation specifically for HAVE_COCOA and/or
HAVE_COCOATOUCH
2015-04-20 14:14:45 +02:00
twinaphex
b310e82def Remove HAVE_COCOA/HAVE_COCOATOUCH ifdef in platform_apple.m 2015-04-20 14:09:57 +02:00
Twinaphex
6176cd17b6 (iOS) Fix one implicit declaration warning 2015-04-20 14:08:56 +02:00
twinaphex
5154538ac1 (platform_apple.m) Style nits 2015-04-20 14:07:45 +02:00