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
twinaphex
15215c47f1
(Grifin) Move griffin to root (to indicate it's no longer console-specific
2013-03-18 05:46:19 +01:00
twinaphex
2dc3adcde3
(Filebrowser) Remove redundant filebrowser_get_current_dir
2013-03-18 05:25:18 +01:00
twinaphex
cf7f868e0a
(RMenu) Replace more snprintfs with strlcpy
2013-03-18 05:11:36 +01:00
twinaphex
8930afd11c
(RMENU) Replace snprintfs with strlcpy
2013-03-18 03:49:54 +01:00
twinaphex
8abe9802b5
(RGUI) Replace as much snprintfs with strlcpy as possible
...
for safety reasons
2013-03-18 02:01:14 +01:00
Themaister
51b5a2df5c
Refactor aspect_ratio member.
...
Mutate in g_extern.system.aspect_ratio to avoid
getting wrong aspect ratio on reentrancy.
2013-03-17 22:05:15 +01:00
Themaister
aa24755956
Make initial RGUI directory configurable.
2013-03-17 21:39:28 +01:00
twinaphex
5f08cebf7c
(iOS) Function pointer to set_keybinds NULL for now
2013-03-17 21:39:12 +01:00
Themaister
374975da34
Move core selection to top on PC.
2013-03-17 21:23:28 +01:00
Themaister
94ece08f44
Core selection works on PC/RGUI.
2013-03-17 21:18:56 +01:00
Themaister
c0cbe1aa43
Can query system_info for any lib.
2013-03-17 20:11:02 +01:00
twinaphex
595e591607
(RARCH_CONSOLE) Move sound_mode_enums to general.h
2013-03-17 18:16:34 +01:00
twinaphex
e1a3159efc
(Android) Bind F1 on keyboards to RGUI menu toggle
2013-03-17 17:54:59 +01:00
Themaister
af4bbb947d
Block config read after first main_init.
2013-03-17 16:02:11 +01:00
twinaphex
4bfbd8d9e9
(XDK) D3D - Drop BeginScene/EndScene - they are just stub on XDK
2013-03-17 15:09:51 +01:00
Themaister
bcef812291
Add RGUI to Win32 build.
2013-03-17 13:25:35 +01:00
Themaister
2e03a4b3ba
Refactor slash handling slightly.
2013-03-17 12:59:52 +01:00
Themaister
5d7b2821cc
Build fix Win32
2013-03-17 12:30:26 +01:00
Themaister
2588e60180
Add relative-to-application querying to config.
2013-03-17 12:28:26 +01:00
Themaister
c100b1371c
Update command interface.
...
Use ';' to split args instead of ':' to avoid breaking
Windows path handling.
2013-03-17 11:11:14 +01:00
Hans-Kristian Arntzen
2dde412d64
Fix settings.c derp
2013-03-16 21:49:45 +01:00
Hans-Kristian Arntzen
4975ea35fe
Fix assertion trip in settings.c.
2013-03-16 21:45:34 +01:00
twinaphex
ad2cd4e492
Revert "Remove platform-specific MAX_PADS - use global define MAX_PLAYERS"
...
This reverts commit fb1355b975
.
2013-03-16 17:51:45 +01:00
twinaphex
f028a8555e
Revert "Move set_keybinds autoconfiguration (that is done on every console"
...
This reverts commit c26653fca8
.
2013-03-16 17:51:37 +01:00
twinaphex
d67e4da4db
Revert "Can't have hardcoded binds structs for 8 players"
...
This reverts commit 2579af2764
.
2013-03-16 17:51:28 +01:00
twinaphex
b59c262971
Revert "Move console 'set default binds' and 'set analog stick' default"
...
This reverts commit 5f2a808042
.
2013-03-16 17:51:00 +01:00