Commit Graph

7372 Commits

Author SHA1 Message Date
twinaphex b7ffd0d77a (Android) Input autodetection - add JXD S7300B 2013-03-08 05:53:55 +01:00
twinaphex 0b7baf9f9c (PS3) Return to glMapBuffer/glUnmapBuffer version of gl_copy_frame -
seems to work without garbage frames when using GL_READ_WRITE instead
of GL_WRITE_ONLY
2013-03-07 21:58:38 +01:00
ToadKing dbea6f3614 fix closing menu on android
(MIGHT REQUIRE CHANGES TO CONSOLES)
2013-03-07 14:39:08 -05:00
ToadKing 1422ed3bb0 fix touch controls 2013-03-07 14:38:41 -05:00
twinaphex a23bc3a13f Control flow change for RGUI/RMENU - no longer have to invoke RARCH_QUIT_KEY to toggle menu 2013-03-07 19:02:44 +01:00
twinaphex f921f628d9 (Android) Flush RARCH_RMENU_TOGGLE state for every input frame 2013-03-07 16:29:11 +01:00
twinaphex f560963ad1 (RGUI) use same rgui_iterate code for both GEKKO and non-Gekko 2013-03-07 16:11:35 +01:00
twinaphex 361363d423 Standardize rmenu_generic code more 2013-03-07 15:59:47 +01:00
twinaphex 6899434609 (Android) Add back button behavior option 2013-03-07 15:21:17 +01:00
ToadKing e07c4872db fix font sizes on android 2013-03-06 15:17:36 -05:00
ToadKing 36c9a32436 compile fix 2013-03-06 14:58:53 -05:00
twinaphex 405e071041 Merge branch 'android-rgui' of https://github.com/Themaister/RetroArch into android-rgui 2013-03-06 20:54:49 +01:00
twinaphex 371c8c4d09 (Android) Input autodetection - TTT - change button mapping 2013-03-06 20:53:44 +01:00
ToadKing 9b6b174812 filebrowser setting
to be used for CD switching, commented out for now
2013-03-06 12:42:58 -05:00
ToadKing 809ae0ab06 get messages working again on android 2013-03-06 12:19:56 -05:00
meancoot 5310067cc5 (iOS) Rework BTstack handling:
No more BTDiscoveryView, just press the 'Start Bluetooth' button in the upper right corner and sync the wii remote.
   Add a per module setting to enable bluetooth as soon as a game starts.
   Stop bluetooth whenever a game is closed.
2013-03-06 12:15:26 -05:00
meancoot 14e80352e7 (iOS) Add directory 'ios/modules' which will be copied into the final app bundle. Populate it with module info files for all tested cores. If you place the built dylib files in here they will be copied into the bundle too. 2013-03-05 22:17:40 -05:00
meancoot 5365eec24d (iOS) Change some config file handling:
Don't require a config file.
   Don't load then write the config file every time a game is loaded (just to make sure it's there).
2013-03-05 20:57:26 -05:00
meancoot 92d0cac17a (iOS) Add Classic Controller support. 2013-03-05 20:45:15 -05:00
meancoot dbc3e3f7ff (iOS) Fix broken multi-touch code. 2013-03-05 20:28:59 -05:00
meancoot 3fd2db88e8 (iOS) Fix issue where new config files would not be generated. (Every version since be3aa0a063 was broken...) 2013-03-05 20:04:56 -05:00
twinaphex ab95085cde Merge branch 'android-rgui' of https://github.com/Themaister/RetroArch into android-rgui 2013-03-06 01:58:21 +01:00
twinaphex 566a5ebb9c Move FBO enums to gl_common.h 2013-03-06 01:57:30 +01:00
ToadKing fcf6d98fb0 don't pop menu stack if it's the last one 2013-03-05 19:28:20 -05:00
twinaphex eb3975c81d (Android) Hook up AKEYCODE_MENU to RGUI toggle 2013-03-05 18:03:05 +01:00
twinaphex b0b52f1a3c (Android) Hook up PS Button to RGUI toggle 2013-03-05 18:02:06 +01:00
twinaphex 46db6818dd Merge branch 'master' of https://github.com/Themaister/RetroArch into android-rgui 2013-03-05 17:46:54 +01:00
twinaphex aa75847f98 (Android) PS3 - Add commented-out menu button 2013-03-05 17:46:13 +01:00
twinaphex 39e8909228 (Android) Input autodetection - add iDroid x360 2013-03-05 14:25:30 +01:00
meancoot 735bbdd013 (iOS) Major refactoring and simplification of UI logic 2013-03-05 00:14:26 -05:00
twinaphex 62963d7510 Combine rmenu_generic.c and rmenu_gx.c 2013-03-04 21:41:10 +01:00
ToadKing ffb790dc0c (GX) compile fix 2013-03-04 15:33:37 -05:00
twinaphex 2c44563dba Brings up RMenu now for me 2013-03-04 17:26:34 +01:00
twinaphex 5c16cff2e7 Merge branch 'android-rgui' of https://github.com/Themaister/RetroArch into android-rgui
Conflicts:
	android/native/jni/input_android.c
2013-03-04 17:00:43 +01:00
twinaphex 6c0cc9da49 (Android) Input autodetection - corrected RetroPad R / RetroPad L2
for WiseGroup PS2 to USB
2013-03-04 16:42:26 +01:00
twinaphex c2a78e86d1 (Android) Check explicitly for either LOOPER_ID_INPUT or LOOPER_ID_MAIN
in anroid_input_poll
2013-03-04 16:15:58 +01:00
twinaphex 2e68c61ea6 (Android) Make engine_handle_input a part of android_input_poll 2013-03-04 15:52:09 +01:00
twinaphex b4490ae496 (Android) Don't define HAVE_ASYNC_POLL for now 2013-03-04 14:21:37 +01:00
twinaphex acffc05494 (Android) Make HAVE_ASYNC_POLL optional 2013-03-04 14:15:47 +01:00
twinaphex 1124ac8494 Make android_handle_events an implementation of input_poll function -
rely on HAVE_ASYNC_POLL whether or not input_async_poll_func or
input_poll_func is 'blanked out'
2013-03-04 14:12:04 +01:00
twinaphex 7b96cf8db3 (Android) Blank in input_poll_func() for HAVE_ASYNC_POLL 2013-03-04 13:29:04 +01:00
twinaphex 42fe25b3b7 (Android) Drop this ifndef - to allow input overlay poll to still happen 2013-03-04 11:57:48 +01:00
twinaphex ab6135c9d5 (Android) Define HAVE_ASYNC_POLL for Android (will likely be used for other
mobile platforms as well)
2013-03-04 11:52:58 +01:00
twinaphex e1d02ba837 (Android) Make function pointer engine_handle_dpad - use AMotionEven_getAxisValue
if we can use it (on Android 4.0 and up)
2013-03-04 11:18:22 +01:00
meancoot 30209b3ca9 (iOS) In module's .info file consolodate suggested_extension and recommended_extensions into supported_extensions. It occured to me that all three sections would never be used at the same time. 2013-03-04 05:03:13 -05:00
meancoot 6d94f278d4 (iOS) Some style cleanups to the settings code. 2013-03-04 01:37:00 -05:00
meancoot e4596f20b9 (iOS) Allow a custom display name to specified in a libretro core's info file. 2013-03-04 01:21:45 -05:00
meancoot 9914dff82a (iOS) Handle general options on settings menu better 2013-03-04 01:14:26 -05:00
meancoot e058034a24 (iOS) Make pause button briefly visible when game starts (again), and give it an image background.
I took ps_next.png from the overlays dir and flipped it, 'cause I'm lazy.
2013-03-03 23:28:22 -05:00
meancoot bda93007bc ios: Small fixes 2013-03-03 21:38:44 -05:00