Squarepusher
21369d224a
Merge pull request #217 from maddox/correct-codesigning
...
Correct Codesigning
2013-05-31 07:33:00 -07:00
Jon Maddox
779535b76f
(iOS) remove glsl from project
...
Couldn't build with this in here
2013-05-31 02:10:56 -04:00
Jon Maddox
8e32951177
turn off code signing in the project
2013-05-31 02:02:15 -04:00
twinaphex
67228d328e
(iOS) Add reference to shaders_glsl - building/compiling will require
...
Nvidia Cg Toolkit installed now (and Python 3) for building the initial
GLSL files
2013-05-29 13:17:27 +02:00
meancoot
171f1531b3
(iOS) Change view layouts to support ios 5 (still needs ios 6 for building though)
2013-05-27 13:14:04 -04:00
twinaphex
51187ebbc2
Bump version to 0.9.9 official
2013-05-27 01:28:32 +02:00
twinaphex
46f29b1178
New define RARCH_MOBILE
2013-05-22 16:02:21 +02:00
twinaphex
05abf3d575
(iOS) Change code sign identity to iOS developer (automatic)
2013-05-12 15:12:25 +02:00
Themaister
ad713d3bb1
Update to 0.9.9-wip3.
2013-05-08 01:13:29 +02:00
Themaister
12bb089f63
Update to 0.9.9-wip2.
2013-05-01 12:50:40 +02:00
Themaister
227363bfce
Update to 0.9.9-wip1.
2013-04-21 18:56:17 +02:00
twinaphex
4102d1cfb8
Make sinc resampler the default and remove Hermite - audio
...
quality at high samplerates was too bad to be of any use
2013-04-07 03:41:06 +02:00
Jon Maddox
2665bda1c8
merged master
2013-04-05 14:02:24 -04:00
meancoot
8f8b90d8c6
(iOS) Disable ASLR, hopefully fixes random aborts when loading PCSX ReARMed.
2013-04-04 15:12:53 -04:00
twinaphex
59d6c871e7
(iOS) Combine settings Obj-C files into one (settings.m)
2013-04-04 08:25:00 +02:00
twinaphex
8ae3fcb6c1
(iOS) Reduce the amount of object files for Obj-C compiled code
...
by combining similar files
2013-04-04 07:54:33 +02:00
twinaphex
d82d04f7a4
(iOS/Griffin) All C files get compiled in already by griffin.c -
...
no need to have them referenced in Xcode project anymore
2013-04-04 01:41:26 +02:00
meancoot
5a06fe347d
(iOS) Enable RGUI
2013-04-02 19:57:49 -04:00
meancoot
b0329be296
(iOS) Cache the RAModuleInfo structures instead of reloading the each time a RAModuleList is created.
2013-03-26 22:40:37 -04:00
meancoot
8995ce2cb2
(iOS) Fixes:
...
Update the default directory used when file browser can't load a directory.
Add a cancel button to controller type selection screen.
Remove the HAVE_RGUI option. Until the main loop is updated all it does is cause the game to close.
Don't show the controller type selection screen if bluetooth is already enabled.
Remove unneeded None option for aspect ratio setting.
2013-03-26 22:40:37 -04:00
meancoot
bb4b254be7
(iOS, BTstack) More refactoring; Now have to choose the type of pad to connect (annoying, but there's no other way the code gets stable)
2013-03-26 22:40:36 -04:00
Jon Maddox
bf810b0b1e
set the codesigning setting for Release for Distribution
2013-03-25 11:37:41 -04:00
meancoot
250857190f
(iOS) Add diagnostic view and logging for BTstack; access it from the settings menu.
2013-03-24 18:23:46 -04:00
meancoot
d83d941669
(iOS, BTstack) Some cleanup. No more ObjC in the input code.
2013-03-24 13:13:36 -04:00
meancoot
003c3c1476
(iOS, BTstack) The thread never returns, it just waits.
2013-03-24 12:18:48 -04:00
twinaphex
f36869ecbc
(iOS) Build fix
2013-03-24 06:08:12 +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
95259d4b86
(iOS) Move all bluetooth processing to WiiMoteHelper.m; delete BTstackManager.m
2013-03-23 21:13:30 -04:00
meancoot
4f15a7d77c
(iOS) Remove config file wrapper all together.
2013-03-20 19:07:00 -04: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
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
twinaphex
6cbe1bcb57
(iOS) Compile in sinc resampler and set to SINC_LOWEST_QUALITY
2013-03-19 20:06:41 +01: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
meancoot
2a4573854e
(iOS) Load BTstack dynamically; no more separate nobtstack xcode scheme.
2013-03-18 20:32:24 -04:00
meancoot
5310067cc5
(iOS) Rework BTstack handling:
...
No more BTDiscoveryView, just press the 'Start Bluetooth' button in the upper right corner and sync the wii remote.
Add a per module setting to enable bluetooth as soon as a game starts.
Stop bluetooth whenever a game is closed.
2013-03-06 12:15:26 -05:00
meancoot
14e80352e7
(iOS) Add directory 'ios/modules' which will be copied into the final app bundle. Populate it with module info files for all tested cores. If you place the built dylib files in here they will be copied into the bundle too.
2013-03-05 22:17:40 -05:00
meancoot
e058034a24
(iOS) Make pause button briefly visible when game starts (again), and give it an image background.
...
I took ps_next.png from the overlays dir and flipped it, 'cause I'm lazy.
2013-03-03 23:28:22 -05:00
meancoot
bda93007bc
ios: Small fixes
2013-03-03 21:38:44 -05:00
meancoot
89c3120d71
ios: Reorganize project files
2013-03-03 19:15:58 -05:00
meancoot
08e6634eef
ios: Clean up input code; make wiimote remapping work.
2013-03-03 18:50:38 -05:00
meancoot
f73511baa0
ios: Update WiiMote code using newer features from BTstack. Probably some bugs, so I recommend sticking with the nobtstack builds for now.
2013-02-28 18:38:49 -05:00
meancoot
fd52e8c537
ios: Add a RetroArch-nobtstack target to the Xcode project, use to build a version that doesn't depend on BTStack.
2013-02-26 23:25:42 -05:00
meancoot
c941caa2ec
ios: First revision of WiiMote support (code borrowed from imame4all)
2013-02-26 23:14:27 -05:00
meancoot
d2119b75b1
ios: Remove regex filtering of directories. Its use case doesn't really apply to mobile devices.
2013-02-25 20:52:54 -05:00
meancoot
06659f6e0d
ios: Refactoring pause menu
2013-02-25 15:58:47 -05:00