6168 Commits

Author SHA1 Message Date
twinaphex
f36869ecbc (iOS) Build fix 2013-03-24 06:08:12 +01:00
twinaphex
5c42e2fc98 (Libretro core management) Cleanups to libretro_install_core 2013-03-24 03:50:55 +01:00
twinaphex
fce2bdb3b2 Cleanups to libretro_install_core 2013-03-24 03:13:10 +01:00
Themaister
e45d9fab12 Fix Win32 build. 2013-03-24 02:35:10 +01:00
Themaister
714a4aa3f7 Fix build for drivers. 2013-03-24 02:24:53 +01:00
meancoot
a7497ab416 (iOS) Move BTstack into a thread. It may still need synchronization with the input buffers, but shouldn't cause crashes or anything. 2013-03-23 21:13:30 -04:00
meancoot
e3b4cb9a2d (iOS) Add disabled draft of SixAxis support. 2013-03-23 21:13:30 -04:00
meancoot
95259d4b86 (iOS) Move all bluetooth processing to WiiMoteHelper.m; delete BTstackManager.m 2013-03-23 21:13:30 -04:00
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