6094 Commits

Author SHA1 Message Date
twinaphex
9d9eb90574 Drop another HAVE_RMENU ifdef in retroarch.c 2013-03-09 17:04:18 +01:00
twinaphex
b827075d55 Move rmenu_settings.c to settings.c + add header file 2013-03-09 17:00:52 +01:00
twinaphex
5e53be4b25 Rename rmenu_iterate to menu_iterate 2013-03-09 16:22:11 +01:00
twinaphex
f14f6453df Get rid of HAVE_RMENU ifdef in bind ID enumeration 2013-03-09 16:15:26 +01:00
twinaphex
0b6e5a6388 Rename RARCH_RMENU_TOGGLE to RARCH_MENU_TOGGLE 2013-03-09 16:14:26 +01:00
twinaphex
dc95abf70e Drop RARCH_SRAM_WRITE_PROTECT and RARCH_CHEAT_INPUT that we
aren't even using for now so that RetroArch bind IDs stay under
64
2013-03-09 15:36:33 +01:00
twinaphex
18ba3ef3e5 Integrate rmenu_genric.c into rgui.c 2013-03-09 15:33:44 +01:00
twinaphex
af7430b767 Get rid of some extraneous HAVE_RMENU ifdefs in retroarch.c 2013-03-09 15:24:15 +01:00
Themaister
1e44407bd8 Bump SINC_HIGHEST BW to 0.962. 2013-03-09 13:28:40 +01:00
Themaister
4bca26097c Clarify branch intention better. 2013-03-09 11:00:00 +01:00
Hans-Kristian Arntzen
48e9b69067 Merge pull request #150 from Themaister/cd-swap
Disk-swapping interface
2013-03-09 01:01:10 -08:00
Themaister
651cd600e3 Add disk control to retroarch-joyconfig. 2013-03-09 09:58:31 +01:00
Themaister
1221e3a242 Clarify that it's possible to remove images from the list. 2013-03-09 09:52:24 +01:00
Themaister
b4a3ce79bb Add replace/add image interfaces. 2013-03-09 09:44:48 +01:00
Themaister
272ef70895 Merge branch 'master' into cd-swap 2013-03-09 09:27:14 +01:00
twinaphex
34515fd7f5 (RARCH_CONSOLE) Integrate rarch-console_video into gfx_common 2013-03-09 03:20:59 +01:00
twinaphex
037edbd247 (360) Build fixes 2013-03-09 01:02:30 +01:00
twinaphex
1804217fd6 (Android) Cleanup cpufeatures.c 2013-03-08 23:56:12 +01:00
twinaphex
845e09b3cf (Android) Remove getAxis 2013-03-08 23:29:10 +01:00
ToadKing
18ec422901 fix back button not opening menu all the time 2013-03-08 15:32:27 -05:00
twinaphex
fe7eef6fa1 (Android) Hopefully fixes up TOMMO NeoGeo X arcade stick 2013-03-08 17:19:57 +01:00
twinaphex
e46e352bed (Android) Fix build 2013-03-08 06:02:56 +01:00
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 be3aa0a063ec0fc45b08a59c360c411876de9422 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