Commit Graph

6310 Commits

Author SHA1 Message Date
twinaphex
1c332e42f8 Remove frontend_console.h header 2013-03-24 02:02:15 +01:00
twinaphex
ed90e7a446 Update READMEs 2013-03-24 01:35:32 +01:00
twinaphex
82329cf097 (Blackberry) Starts up in RGUI mode now - should (hopefully) allow
for dynamic changing of libretro core and selection of ROM instead
of hardcoded paths.
2013-03-24 01:00:00 +01:00
twinaphex
3ad52ccfa2 (Blackberry) Add HAVE_RGUI to managed build 2013-03-24 00:23:48 +01:00
twinaphex
0fa8c04984 Remove menu_settings.c 2013-03-23 19:34:38 +01:00
twinaphex
9058143953 Move create_menu_item_label to rmenu_xui.cpp 2013-03-23 18:11:03 +01:00
Squarepusher
c9673dbae6 Merge pull request #162 from CatalystG/bb_rgui
(BlackBerry) Add initial in-game RGUI support.
2013-03-23 09:48:13 -07:00
twinaphex
6d8871c76c Combine menu_settings_set and menu_settings_set_default and
move to settings.c
2013-03-23 17:21:42 +01:00
CatalystG
f6c2c2c57d (BlackBerry) Add initial in-game RGUI support. 2013-03-23 12:21:30 -04:00
twinaphex
82d80cf24f (PS3) Multiman cleanups 2013-03-23 05:17:39 +01:00
twinaphex
c29da41501 (Blackberry) Take out PERF_TEST 2013-03-23 04:46:14 +01:00
twinaphex
adee2430b9 Move platform_inl.h to frontend_console.c 2013-03-23 04:35:30 +01:00
Themaister
ab93fa6bd2 Use more approriate namespacing.
Replace get_libretro_core_name namespacing.
2013-03-22 23:42:34 +01:00
twinaphex
f7e75d69fa (Salamander) Split up Salamander into its own separate file 2013-03-22 21:27:34 +01:00
twinaphex
1f54ac4bd9 Fix PC build (change to dynamic.c) 2013-03-22 20:56:23 +01:00
twinaphex
7e0afcf610 move get _libretro_core_name to dynamic.c 2013-03-22 20:54:33 +01:00
twinaphex
8fb9ab16d4 (GX) Fix build 2013-03-22 17:49:37 +01:00
twinaphex
7465b25483 block_config_read is set to true in config_set_defaults 2013-03-22 17:01:59 +01:00
twinaphex
fefb65b84a (Blackberry) Move libscreen initialization to Blackberry graphics
context driver
2013-03-22 16:30:10 +01:00
Squarepusher
8c1b9a5346 Update README.md 2013-03-22 14:52:55 +01:00
Squarepusher
38eda3adda Update README.md 2013-03-22 14:52:25 +01:00
meancoot
a2122ff858 (iOS, WiiMote) Don't call calc_joystick_state for classic controller. The sticks aren't used so no point in doing the math (especially that sqrt). 2013-03-21 16:49:01 -04:00
meancoot
d39f5280f9 (iOS) Change handling of iterate loop 2013-03-21 16:36:48 -04:00
meancoot
f0774266a1 (iOS) Add a range based setting for input_overlay_opacity. 2013-03-21 14:00:32 -04:00
Squarepusher
e1aff3cfa6 Merge pull request #159 from maddox/non-jailbreak
Enable for Non-Jailbroken Phones
2013-03-20 20:48:01 -07:00
Jon Maddox
200809f430 ignore dotted files/dirs including '.' and '..' 2013-03-20 22:48:58 -04:00
Jon Maddox
c551bca665 open directly to the Documents directory 2013-03-20 22:44:11 -04:00
Jon Maddox
8d500d2cf2 i did! 2013-03-20 22:43:01 -04:00
Jon Maddox
fa7730fc49 dot the system directory to hide it from iTunes Sharing
This esssentially hides the retroarch system directory when viewing the
documents directory through iTunes Sharing.

You can't browse folders this way anyways, so having it visible is
essentially useless anyways.

You can of course still get to this directoy via tools like iTools
(non-jailbroken) or ssh'ing into the device (jailbroken).
2013-03-20 22:27:47 -04:00
meancoot
563244065f Merge branch 'master' of https://github.com/Themaister/RetroArch 2013-03-20 20:58:14 -04:00
meancoot
aee42b0f5f (iOS) Refactor RAGameView:
Block system draw calls and use [GLKView display] to update the screen.
   Put logic in C functions rather than calling a selector on RAGameView.
2013-03-20 20:54:38 -04:00
twinaphex
4cf0c1a00a (iOS) Add fb_alpha_libretro.info 2013-03-21 00:41:39 +01:00
meancoot
4f15a7d77c (iOS) Remove config file wrapper all together. 2013-03-20 19:07:00 -04:00
twinaphex
d4664f47d9 (iOS) Remove some trivial wrapper functions around config_file.c 2013-03-20 04:07:55 +01:00
twinaphex
558cb0f66f (iOS/Griffin) Move ios_input.c and ios_joypad.c compilation to Griffin 2013-03-20 04:30:12 +01:00
meancoot
e53a0a2e5a (iOS, ObjC removal) Convert RAConfig class into set of c helper functions. 2013-03-19 21:36:34 -04:00
twinaphex
3af61aeac7 (Blackberry) Get rid of bbutil - we don't need it 2013-03-20 01:27:05 +01:00
twinaphex
bf58f873ca (AUTHORS) Add catalystgdev@gmail.com to AUTHORS 2013-03-20 01:24:47 +01:00
twinaphex
90116076b7 (Blackberry) Style/indent nits in qnx_input.c - two spaces -
placement of brackets - etc
2013-03-20 01:21:45 +01:00
twinaphex
2e70c297e3 (Blackberry) Build fix 2013-03-20 01:17:10 +01:00
twinaphex
03430a0830 Add CatalystG to AUTHORS 2013-03-20 01:08:03 +01:00
Squarepusher
9e2768309b Merge pull request #158 from CatalystG/qnx_input
PlayBook/BB10 Input Handling
2013-03-19 16:58:51 -07:00
CatalystG
1c32975717 Add proper input handling for PlayBook/BB10 2013-03-19 19:27:15 -04:00
CatalystG
be9a8e63f4 Add input driver for QNX. Copy null driver for now.
Conflicts:
	griffin/griffin.c
2013-03-19 19:26:36 -04:00
meancoot
ba9cb4e043 (iOS) Clean up BTstack dynamic loading. Rename ios_joypad.m to ios_joypad.c, there wans't any objective c code there to begin with. 2013-03-19 19:04:51 -04:00
meancoot
a012045a2e (iOS, ObjC removal) Remove the RAInputResponder class, sendEvent in main.m now maintains and exports arrays of pressed keys and touches. 2013-03-19 18:39:13 -04:00
Jon Maddox
b335bfbac6 enable iTunes File Sharing
Turning on iTunes File Sharing means being able to easily drop roms
into the app by dragging them in via iTunes.
2013-03-19 16:32:07 -04:00
Jon Maddox
08a4523bb2 use the app level documents directory instead of /var/mobile
This is a big change in that it changes the RetroArch system path where
it saves settings, game saves, etc. Using /var/mobile meant that
RetroArch only ran on jailbroken devices. This was the only thing
requiring a jailbreak.

Now not only will it work on vanilla devices, but all settings etc are
neating found in the app's documents directory.
2013-03-19 15:09:05 -04:00
twinaphex
6cbe1bcb57 (iOS) Compile in sinc resampler and set to SINC_LOWEST_QUALITY 2013-03-19 20:06:41 +01:00
Squarepusher
7699b0b76f Merge pull request #156 from maddox/xcode-ignores
Add items to .gitignore for Xcode projects
2013-03-19 09:18:07 -07:00