Commit Graph

6142 Commits

Author SHA1 Message Date
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
Jon Maddox
7cda5a42c2 add some things to .gitignore for xcode projects 2013-03-19 11:57:51 -04:00
twinaphex
4de07e0f1c (iOS) Don't compile with HAVE_NEON defined temporarily 2013-03-19 06:10:47 +01:00
twinaphex
ef39eb50d3 (iOS) Don't compile in libz.dylib 2013-03-19 06:07:39 +01:00
twinaphex
fac3ef0228 (iOS/Griffin) Compile in HAVE_NEON / HAVE_RGUI / WANT_MINIZ, etc. 2013-03-19 06:06:16 +01:00
twinaphex
70ac48a685 (iOS) Compile griffin.c - meancoot - check out if everything still
works in the iOS port
2013-03-19 05:57:51 +01:00
twinaphex
4c38e837ca (iOS) Build fix 2013-03-19 04:59:42 +01:00
twinaphex
bf7c96435c Revert "(BTStack) Commit btstack deps to repo"
This reverts commit b2096c6bb0.

Conflicts:
	ios/RetroArch/input/BTStack/btstack/run_loop.h
2013-03-19 03:55:05 +01:00
twinaphex
401053307c Revert "(iOS/BTStack) Relative path includes"
This reverts commit 7b90adef58.

Conflicts:
	ios/RetroArch/input/BTStack/btstack/run_loop.h
2013-03-19 03:54:01 +01:00
twinaphex
b90478fbb5 (iOS) Build fix in run_loop.h 2013-03-19 02:04:53 +01:00
meancoot
00d809436b (iOS) Send touch events directly to a shared RAInputResponder instance, bypassing NSNotificationCenter. 2013-03-18 20:52:35 -04:00
meancoot
2a4573854e (iOS) Load BTstack dynamically; no more separate nobtstack xcode scheme. 2013-03-18 20:32:24 -04:00
twinaphex
7b90adef58 (iOS/BTStack) Relative path includes 2013-03-18 23:43:44 +01:00
twinaphex
b2096c6bb0 (BTStack) Commit btstack deps to repo 2013-03-18 23:32:25 +01:00
twinaphex
5790dbbc61 (iOS) Avoid some conditionals - WIIMOTE_DBG is undefined for regular
builds anyway
2013-03-18 18:52:37 +01:00
twinaphex
a8a277ec3b (RMenu) Cleanups 2013-03-18 18:31:14 +01:00
twinaphex
93522723b0 (RMenu) Replace more snprintfs in rmenu.c 2013-03-18 18:05:15 +01:00
twinaphex
8621d78776 (RGL PS3) Move RGL to /ps3 folder - unlikely to use it for '3D libretro' 2013-03-18 16:55:09 +01:00
twinaphex
d561db5186 (iOS) Add HAVE_COREAUDIO include into Griffin 2013-03-18 06:17:00 +01:00