meancoot
566f8ace45
ios: When in Rome.
2013-02-13 18:18:55 -05:00
meancoot
a4dd4e4463
ios: Some view management cleanup
2013-02-13 17:50:21 -05:00
meancoot
1fbe66cad0
ios: Lifecycle fixes:
...
Fix crash when pressing home button.
Add a hack to allow exiting the running game by triple-tapping on the top center of the screen. (Less than 10% from the top, and within the middle 20%)
2013-02-13 16:26:12 -05:00
meancoot
625c2c6d48
ios: Clean up settings code some; move input settings into sub-pages.
2013-02-13 15:46:56 -05:00
meancoot
0d99d9fbf8
ios: Start to fix lifecycle management. The home button no longer closes the running game, pressing the exit key returns you to the loader.
2013-02-13 13:22:47 -05:00
meancoot
1ebc0ab81a
ios: Add bt keyboard mapping settings for player 1.
2013-02-12 17:26:32 -05:00
meancoot
c46de51fc3
ios: Add working setting items for key binding; split settings_list.m up.
2013-02-12 17:16:34 -05:00
meancoot
e3447803a4
ios: Start adding bluetooth keyboard remapping support.
2013-02-12 16:12:26 -05:00
meancoot
cf78e13e6e
ios: Add -DHAVE_FBO to release builds; doesn't fix shaders on device though.
2013-02-11 20:56:26 -05:00
meancoot
634f4dd543
ios: Patch coreaudio.c and use it instead of OpenAL.
2013-02-11 18:45:45 -05:00
meancoot
8e709702b0
ios: Fixup for changes to audio resampler.
2013-02-11 17:15:56 -05:00
meancoot
19fb2fe8f4
Merge branch 'master' of https://github.com/Themaister/RetroArch into ios
2013-02-11 17:13:31 -05:00
twinaphex
7939ceeacf
(Distribution) Add READMEs for console ports and CHANGELOG
2013-02-11 22:35:58 +01:00
twinaphex
c48212726e
(Android) Bump up version to 0.9.8.3
2013-02-11 22:08:36 +01:00
twinaphex
5086800f69
(Android) Updated changelog for r11
2013-02-11 21:36:23 +01:00
twinaphex
cbd81dfc82
(Android) Typo fixes for pads supported
2013-02-11 21:14:57 +01:00
twinaphex
3565de029c
(Android) Expand 'supported_pads' list
2013-02-11 21:14:11 +01:00
twinaphex
9960217184
(Android) Add 'List of autodetected devices'
2013-02-11 21:11:42 +01:00
Themaister
8c4410158d
Fix potential segfault in AL.
2013-02-11 20:38:16 +01:00
Themaister
fe1d9a5a2a
Add rate control interfaces to AL.
2013-02-11 20:14:12 +01:00
ToadKing
904711bf93
(Android/Phoenix) update sound helpfile
2013-02-11 12:40:18 -05:00
Themaister
da7bc1938d
Add option for setting OS-reported FPS value.
2013-02-11 16:39:50 +01:00
Themaister
6e3cea60f7
Call Toast directly from activity.
...
Toast behaves strangely when not called inside the activity directly.
2013-02-11 16:12:48 +01:00
twinaphex
d3665c6e4e
(Android) Add startup message to refresh rate calibration
2013-02-11 14:59:00 +01:00
twinaphex
f4454b004f
(Android) Bump up to version r11
...
(PS3) Get rid of ifndef
2013-02-11 12:34:16 +01:00
Squarepusher
5979884389
Merge pull request #134 from Jalle19/retrolaunch-fix
...
Fixed invalid regexp for Colin McRae games
2013-02-11 03:13:43 -08:00
meancoot
7096b0ac5e
ios: Reset the opengl viewport every frame, seems the GL driver resets it...
2013-02-11 06:12:43 -05:00
meancoot
546058c704
ios: Enable the keyboard hack, and map some default keys to it.
2013-02-11 06:12:16 -05:00
Sam Stenvall
367f43ea62
Fixed invalid regexp for Colin McRae games
2013-02-11 13:09:26 +02:00
Themaister
ecde4d477f
memset struct before gl_cg_save_cgp.
2013-02-11 08:57:40 +01:00
Themaister
aab4fa0e16
Move rotation and aspect ratios to General.
2013-02-11 08:54:43 +01:00
ToadKing
905408dd00
(Android) fix sound FAQ
2013-02-10 20:42:56 -05:00
twinaphex
04003780ac
(Android) Added PC2JAMMA-USB to autodetection - pad 2 still
...
unfinished though
2013-02-11 02:12:21 +01:00
twinaphex
8936f058c4
(Android) Add iCade profile iPega
2013-02-11 01:39:06 +01:00
meancoot
540788caf9
ios: Add, but leave disabled, hack for getting key press/release events from a bluetooth keyboard.
2013-02-10 19:32:22 -05:00
ToadKing
b03f1bc950
(Android) fix potential segfault
2013-02-10 18:59:24 -05:00
ToadKing
18d30fb441
(Android) fix up motion events incorrectly removing every active motion event
2013-02-10 18:52:46 -05:00
twinaphex
5fad427e15
(PS3) Improvement on prevous commit
2013-02-11 00:11:42 +01:00
twinaphex
7713754d26
(PS3) Setting FBO mode ON (from initial OFF state) no longer requires
...
a restart
2013-02-10 23:33:27 +01:00
ToadKing
8b4390dd06
(GX) Clamp max XFB height on PAL to 574
...
Official docs say 574 is the max, but libogc says its 576.
2013-02-10 17:19:09 -05:00
twinaphex
1734586c24
(PS3) Fixes setting CGP preset file
2013-02-10 22:45:25 +01:00
meancoot
3127b4a172
ios: Fill out the BUILDING instructions more.
2013-02-10 15:58:29 -05:00
Themaister
1643b30146
Update Cg shader settings when loading .cgp.
...
Needed in RMenu as .cgp are treated more like presets.
2013-02-10 21:38:20 +01:00
meancoot
31a3611fa0
ios: Consolidate generation of the config file path.
...
Add the system directory whenever writing the config file.
Refresh the config file before loaded a game.
2013-02-10 15:24:35 -05:00
Themaister
56e4e882ed
Drop sync_refreshrate_to_screen option.
...
Not very relevant anymore with calibration setting.
2013-02-10 21:19:20 +01:00
meancoot
c989256d43
ios: Include overlays in built app bundles.
...
Fix crash if the RetroArch.app/modules directory is missing or has no .dylib files inside.
2013-02-10 15:11:21 -05:00
ToadKing
75a3239123
(Android/Phoenix) show a dialog to run the refresh rate calculator on first run
2013-02-10 14:42:22 -05:00
ToadKing
a745557f20
(Android/Phoenix) disable settings based on dependencies
2013-02-10 13:56:58 -05:00
ToadKing
a30b5641a7
(Android/Phoenix) display calculated refresh rate
2013-02-10 13:40:44 -05:00
ToadKing
f144b1a37c
(Android/Phoenix) remove FPS cap correction
2013-02-10 13:20:48 -05:00