Commit Graph

251 Commits

Author SHA1 Message Date
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
73b85c67ef manually install the mobileprovision file before building 2013-05-31 02:02:39 -04:00
Jon Maddox
b17747446f add mobileprovision reader 2013-05-31 02:02:19 -04:00
Jon Maddox
8e32951177 turn off code signing in the project 2013-05-31 02:02:15 -04:00
meancoot
06c65a8383 (iOS) Add an alphabetical jump bar to the file browser; remove RADirectoryGrid for now 2013-05-30 19:25:42 -04:00
twinaphex
119666b807 (iOS/GLSL) Shouldn't have been added to repo 2013-05-29 13:18:16 +02: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
twinaphex
67bcd157fd (iOS) Rename module display_name of mednafen_psx_libretro.info 2013-05-28 13:02:46 +02:00
twinaphex
36d3e41f4a (iOS) Rename display_names for PS1 cores 2013-05-28 12:59:59 +02:00
twinaphex
be3c34d395 (iOS) Add more modules 2013-05-28 12:56:30 +02:00
twinaphex
bbbde2f3f6 (iOS) Naming - change 'Emulators' to 'Cores' 2013-05-28 12:20:56 +02:00
Jon Maddox
4281f19938 updates to the README to reflect the new build script at libretro/libretro-super 2013-05-27 22:43:03 -04:00
Jon Maddox
8519015250 update iOS build script
1. Provides for better support of passing in the NOCODESIGN env var to
NOT codesign the build
2. Will once again codesign all of the dylibs in the modules directory
(wildcard paths passed to codesign broke in some update to Xcode)
2013-05-27 22:39:21 -04:00
meancoot
5c8fdb3ba1 (iOS) Allow a core named *_ios.dylib to match the info file *.info. 2013-05-27 17:20:35 -04: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
meancoot
6b2b56675c (iOS)Add a RGUI toggle button to the cocoa pause menu 2013-05-27 13:12:59 -04:00
twinaphex
51187ebbc2 Bump version to 0.9.9 official 2013-05-27 01:28:32 +02:00
twinaphex
4c5ebb46f6 Readd modules info files 2013-05-27 01:21:09 +02:00
twinaphex
cbe9bbfeba Note for meancoot 2013-05-27 01:20:36 +02:00
Squarepusher
e7cb134f5d Update README.md 2013-05-26 17:36:53 +03:00
twinaphex
6f808be4a1 (iOS) Add PS3 default binds as well 2013-05-25 19:56:32 +02:00
twinaphex
5113b3dee4 (iOS) Wiimote + Classic now gets properly configured (default binds) 2013-05-25 19:05:31 +02:00
twinaphex
75104aa4e2 (iOS) First stab at being able to set default binds (for Wiimote +
Classic)
2013-05-25 18:20:31 +02:00
meancoot
eeea6a6184 (iOS) Change the way custom actions are handled in the setting menu; BTstack is now enabled or disabled as soon as the Enable BTstack option is toggled 2013-05-24 18:36:18 -04:00
meancoot
6affc4572e (iOS) If the token HAVE_DEBUG_DIAGLOG is defined at build time all messages sent to stdout or stderr will appear in the Diagnostic Log. 2013-05-24 18:16:44 -04:00
meancoot
bd2f308f46 (iOS) Add some error logging to BTpad code. Also add some controller pairing info to ios/README.md 2013-05-24 17:04:46 -04:00
meancoot
d67fc02b26 (iOS) Remove the Settings button on the top bar if a settings view controller is present in the backstack (prevents recursive opening of settings menu) 2013-05-24 16:02:04 -04:00
twinaphex
46f29b1178 New define RARCH_MOBILE 2013-05-22 16:02:21 +02:00
Hans-Kristian Arntzen
3e9b982118 (iOS) Move NS* stuff inside autoreleasepool.
Avoid leak.
2013-05-16 13:58:23 +02:00
twinaphex
4c92d8a3ed (iOS) Comment out debug filelogging by default 2013-05-16 13:44:32 +02:00
twinaphex
7113a3c61e (libretro-test) Add iOS target 2013-05-16 13:38:16 +02:00
meancoot
afa22f32be (iOS) Clear input buffers when the driver is initialized. This prevents keys held when the last game exited from being reported on the first poll of the next. 2013-05-13 23:45:02 -04:00
twinaphex
e3a8ea9389 (iOS) Add preliminary file logging - only seems to log stderr
right now and not stdout
2013-05-13 12:11:30 +02:00
twinaphex
a981b149ee (iOS) Add modelviewer_libretro.info 2013-05-12 15:15:44 +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
meancoot
207aa876db (iOS) Refactor setting handling 2013-05-05 11:48:30 -04:00
meancoot
2f7ed9f06b (iOS) Remove useless key event code 2013-05-05 11:48:28 -04:00
meancoot
239dc7c480 (iOS) Settings menu refactoring 2013-05-05 11:48:28 -04:00
meancoot
0205fd10ae (iOS) Add untested iCade support 2013-05-05 11:48:28 -04:00
Themaister
12bb089f63 Update to 0.9.9-wip2. 2013-05-01 12:50:40 +02:00
Themaister
592800d907 Fixups iOS joypad driver. 2013-04-27 00:08:52 +02:00
Themaister
cca7fce89c Add joypad autoconfig support. 2013-04-26 14:48:48 +02:00
Themaister
227363bfce Update to 0.9.9-wip1. 2013-04-21 18:56:17 +02:00
meancoot
c15463ad7c (iOS) Various:
Fix symbol conflict for audio_cb in CoreAudio driver and dummy lib
   Don't show a frame from the last loaded game when loading a new one
   Fix settings not being refreshed after a failed game load
   Fix issue that could cause the display time of the native pause button to be cut short
2013-04-18 20:39:43 -04:00
Themaister
f4c89be017 Use CGP/GLSL-style format on Android and iOS. 2013-04-11 15:40:57 +02:00
meancoot
fb2abbbebf (iOS) Update ioseagl_ctx.c 2013-04-07 21:36:41 -04:00
meancoot
9add01d0f1 (iOS) Update shader settings 2013-04-07 19:07:43 -04: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