Squarepusher
c46fa5e21d
Merge pull request #211 from maddox/updated-ios-build-script
...
Updated iOS build script
2013-05-27 23:13:58 -07: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
Themaister
013a2cdb8d
Clarify that the license only applies to libretro.h.
2013-05-28 00:21:57 +02:00
Themaister
20aed80b86
Add MIT license to libretro header.
...
Has to be one license or it defaults to "all rights reserved".
libretro (the API itself) is open,
and not restricted to a particular license.
2013-05-28 00:13:59 +02: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
63d0f97df7
(QNX) Build fix/typo
2013-05-27 12:49:05 +02:00
twinaphex
51947bbe03
Refresh rate for Blackberry Playbook seems to be more along the lines
...
of 59.86Hz, so set it to that. Note to CatalystG - try out what the
refresh rate of your BB10 phone is by running RetroArch, exiting and
then looking in the log for a line that says: "average monitor Hz"
2013-05-27 12:38:34 +02:00
twinaphex
58557f837b
(Menu) Reuse rgui_input for both HAVE_RMENU and HAVE_RGUI
2013-05-27 11:11:23 +02:00
twinaphex
9c0dbc8bea
Update console README txt files
2013-05-27 02:28:23 +02:00
twinaphex
ab706c044a
(Android) One more formatting fix
2013-05-27 02:18:56 +02:00
twinaphex
8a529b2780
(Android) Fix scenewalker module info name
2013-05-27 02:17:44 +02:00
twinaphex
4c97e16a14
(Android) Fix formatting in faq_whats_new.xml
2013-05-27 02:16:15 +02: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
twinaphex
c81a2e1c0f
Insane changelog update - because I am nuts like that and feel
...
like going through 45 commit pages >_>
2013-05-27 01:10:21 +02:00
Themaister
4dd117b5ab
Use correct buffer size in Pulse.
2013-05-27 00:56:41 +02:00
twinaphex
823b9a6a5d
(Android) Add big changelog changes to Android built-in resources
...
(PS3) *blind coding* hopefully fix Return To Multiman option
2013-05-26 22:41:44 +02:00
ToadKing
bbe4a65881
(ANDROID) config file changes mean we have to explicitly set the system directory in the config file
2013-05-26 15:45:00 -04:00
twinaphex
cfd862291d
(Android) Bump up Android version to r13
2013-05-26 19:25:48 +02:00
Squarepusher
e7cb134f5d
Update README.md
2013-05-26 17:36:53 +03:00
Themaister
43a6346d26
Adds video_hard_sync_frames.
...
Allows to control the maximum amount of frames that can be queued on
GPU.
2013-05-26 13:43:24 +02:00
twinaphex
cb84451542
(Android) Add Gamestop Wireless, Tomee NES USB, and Thrustmaster T Mini
...
Wireless to autodetection list
2013-05-26 01:13:24 +02:00
twinaphex
2613cf1b77
(RMenu XUI) Fix enums
2013-05-26 00:37:46 +02:00
twinaphex
eb05ee2ef4
(RMenu XUI) Move rewind options to RMenu XUI Options submenu
2013-05-26 00:37:00 +02:00
twinaphex
20fdda8ca9
(RMenu) Move rewind settings to Settings submenu
2013-05-26 00:32:39 +02:00
twinaphex
e492425700
(RMenu) Fixes key repeat
2013-05-26 00:03:27 +02:00
twinaphex
4725f56865
Forcibly disable rate control for Blackberry targets - less
...
audio skips with OpenAL driver
2013-05-25 23:24:38 +02: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
twinaphex
830a217aef
(Android) Set default overlay path for Android
2013-05-25 18:10:52 +02:00
twinaphex
ce376ef7ea
(QNX/iOS) Set default overlay directory for iOS and Blackberry QNX -
...
note - what to do on Android with /data/data/org.retroarch/cache/Overlays?
Can't seem to access or do anything wih this path on a Galaxy S3
2013-05-25 18:08:42 +02:00
Themaister
de7fc0fb6f
Increase ROM history size to 100.
2013-05-25 12:07:34 +02:00
Themaister
5d65f528d7
Save hard sync option.
2013-05-25 11:07:49 +02:00
Themaister
0574ae0eb0
Load aspect_ratio_idx outside consoles.
2013-05-25 11:06:40 +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
542a6b0385
(GX) Fix Gamecube build
2013-05-24 18:38:13 +02:00
twinaphex
1abc1b40a6
save overlay opacity/scale to config file
2013-05-24 18:35:48 +02:00
Themaister
c7108383c2
Save integer scale option. Fix aspect_ratio save.
...
Don't save g_extern aspect ratio as it doesn't correspond to
video_aspect_ratio.
2013-05-24 16:24:49 +02:00
Hans-Kristian Arntzen
f5e1db1506
Fix HAVE_EGL in glx_ctx.c
2013-05-23 18:32:13 +02:00
twinaphex
1e05541477
(GX) Change ifdef HW_RVL to ifdef GEKKO for Gamecube resolution
...
support
2013-05-23 13:26:06 +02:00
twinaphex
1b85bcfdc3
(Blackberry) Include frontend.c - have to add a hack since
...
RARCH_MOBILE is defined for Blackberry as well yet the main
entry point is main()
2013-05-23 12:11:15 +02:00
twinaphex
5608683d41
Label of RGUI_OVERLAY_DIR_PATH - change to <default>
2013-05-22 23:02:03 +02:00