Commit Graph

7372 Commits

Author SHA1 Message Date
Themaister de01d42cd8 Fixups in pulse.
Add proper pause/unpause, and improve pa_write().
2013-06-02 22:57:44 +02:00
twinaphex 5845530976 (RMenu) Fix game history Y positioning when dealing with multiple
pages
2013-06-02 22:57:35 +02:00
twinaphex 537be9f6a3 (Xbox/RMenu) Prevent empty string_lists returned by dir_list_new from
crashing the program
2013-06-02 22:32:06 +02:00
twinaphex a581c9ac86 (PS3) Libfreevec/Altivec implementations of memcpy/memset -
use redefine macros in RGL and RetroArch for them - nice speedup
2013-06-02 18:35:13 +02:00
Themaister 86458420cf Fix legacy naming in config. 2013-06-02 12:19:45 +02:00
Themaister 062cdaefc1 Save video_shader_dir. 2013-06-01 12:42:38 +02:00
Squarepusher 21369d224a Merge pull request #217 from maddox/correct-codesigning
Correct Codesigning
2013-05-31 07:33:00 -07:00
Themaister 184e407e5d Work around awkward GLSL compiler bug on iOS. 2013-05-31 14:04:20 +02:00
Hans-Kristian Arntzen 070481f654 Merge pull request #218 from maddox/remove-shaders_glsl-from-ios-project
Remove glsl from project
2013-05-31 00:26:46 -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
Themaister 1fb7ff7c4e Push the correct path to history.
If a zipped ROM was loaded directly from CLI, the extracted path would
be pushed to history.
2013-05-30 22:53:40 +02:00
twinaphex e8cddd9191 (Android/iOS/Blackberry) Add default shader dir for Blackberry/iOS/Android 2013-05-29 13:29:48 +02: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 e283a5dc93 Makefile.shaders - now checks out shaders on OSX 2013-05-29 12:57:20 +02:00
twinaphex e62c76c9b3 Makefile.shaders - add OSX detection 2013-05-29 12:55:24 +02:00
Hans-Kristian Arntzen 9ed10c5aaf Add SystemDirActivity to manifest. 2013-05-29 11:35:13 +03:00
ToadKing 35da2fd555 (GX) re-enable IOS reloading, fixes lingering USB issues 2013-05-28 22:20:36 -04:00
twinaphex ac40910221 Small inconsequential tweaks 2013-05-29 02:06:51 +02:00
twinaphex 360184d49e (PS3) Fixes 'Return To Multiman' option 2013-05-28 22:15:21 +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
Themaister b547f354cb Fix derp. 2013-05-28 09:46:40 +02:00
Themaister 70e99c30ab Style nits. 2013-05-28 09:43:13 +02:00
Themaister a292b5252c Remove binary from repo. 2013-05-28 09:37:58 +02:00
Hans-Kristian Arntzen 8be8ee6954 Merge pull request #210 from sbooob/build-option-config-dir
--config-dir option in configure script
2013-05-28 00:37:03 -07:00
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
Yohann Bianchi cdfa97a41e Fixes issues pointed by Themaister
configure option is now --global-config-dir
2013-05-28 01:59:06 +02: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
Yohann Bianchi 937b112e71 Adds --config-dir option in configure script to let the user set a custom path for system wide config file 2013-05-27 17:58:59 +02: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