Commit Graph

8603 Commits

Author SHA1 Message Date
Themaister 82a3e373c0 Should set RMENU smooth options correctly. 2013-02-17 01:20:34 +01:00
Themaister bdabb39eb6 Add more verbose error logging to overlay. 2013-02-17 01:04:04 +01:00
Themaister 7f21a9b2d2 Merge branch 'master' of github.com:Themaister/RetroArch into thread_video
Conflicts:
	android/native/jni/Android.mk
	console/griffin/griffin.c
2013-02-17 00:47:36 +01:00
Themaister 351d5d2682 Clarify in alert a bit. Make threaded mode non-default. 2013-02-17 00:45:30 +01:00
twinaphex 2ff16727a6 (miniz) Take out header cruft to do with deflation routines 2013-02-17 00:43:45 +01:00
twinaphex e5c6cd6fdb (Android) Define HAVE_THREADS 2013-02-17 00:40:49 +01:00
twinaphex 54ecb3cc7a Change -HAVE_THREAD to -HAVE_THREADS - don't define it for PS3/Wii/NGC 2013-02-17 00:38:30 +01:00
Themaister 76bf41188a Add video_threaded option to Android. 2013-02-17 00:26:17 +01:00
twinaphex 9b51be27cf Update CHANGELOG for 0.9.8.4 2013-02-16 23:14:41 +01:00
twinaphex c5ea86a474 Remove rzlib 2013-02-16 22:03:57 +01:00
twinaphex fa929ddb4f (Xbox 1) Avoid namespace collision 2013-02-16 21:54:45 +01:00
twinaphex 9a88ebb1e6 Change WANT_RZLIB to WANT_MINIZ 2013-02-16 21:43:29 +01:00
twinaphex db590cbcd9 (miniz) Take out deflation code 2013-02-16 21:36:32 +01:00
twinaphex f8fcbfbe12 (Android) Now uses miniz/unzip instead of zlib 2013-02-16 21:00:37 +01:00
twinaphex 1e19587ca1 (360) Build fix 2013-02-16 20:57:14 +01:00
twinaphex b403c5208a (360) Add extra param to rarch_resampler_realloc 2013-02-16 20:55:12 +01:00
twinaphex 7ed3210acd (miniz/minizip) Compiles now on PS3 2013-02-16 20:54:06 +01:00
twinaphex c92decb983 (RMenu) Add extra param to rarch_resampler_realloc 2013-02-16 20:45:13 +01:00
twinaphex b1f9d39f4c (minizip) Fix most of the remaining issues that precludes building
with MSVC
2013-02-16 20:42:05 +01:00
twinaphex 07b242f851 (RARCH_CONSOLE) Use miniz/minizip instead or zlib - increases
ZIP file compatibility (problems with inflate before with rzlib
on certain ZIP files)
2013-02-16 20:28:07 +01:00
Themaister 75a51c191b Fix Android build. 2013-02-16 12:33:47 +01:00
Themaister 2cd60e0551 Overlay works in thread_video. 2013-02-16 12:05:15 +01:00
Themaister cfd0984d92 Start adding overlay interface. 2013-02-16 11:44:15 +01:00
Themaister 02afa02f56 Add more interfaces to threaded driver. 2013-02-16 11:21:18 +01:00
Themaister 843d079002 Begin adding threaded video driver wrapper. 2013-02-16 02:48:08 +01:00
meancoot 5d139b185b Merge branch 'master' of https://github.com/Themaister/RetroArch into ios 2013-02-15 18:54:57 -05:00
meancoot 67336b690a ios: Fix empty RAGameView may be displayed when restoring from suspend without a game loaded. 2013-02-15 18:51:46 -05:00
Themaister ed55245551 Use the more correct format for X/EGL. 2013-02-15 11:38:27 +01:00
Themaister 35813414be Fix KMS mode.
Wrong color format was used.
2013-02-15 11:30:59 +01:00
Themaister 384d6846b6 Use KMS more inline with upstream example code. 2013-02-15 11:13:30 +01:00
Themaister bd4b22835c Init threads in X/EGL. 2013-02-15 10:28:10 +01:00
Themaister 076f7ea22e Add more basic debugging to KMS/EGL. 2013-02-15 10:28:02 +01:00
meancoot 994aa01fcb ios: Remove QuartzCore timer and return to manually calling CFRunLoopRunInMode. 2013-02-14 22:09:18 -05:00
meancoot 6a77d72966 ios: Hopefully fix the crash when suspended for real this time. Make many things worse, but will fix them from the working state. 2013-02-14 21:35:24 -05:00
twinaphex a131f484ef (GX) Remove Wiiuse 2013-02-15 01:34:03 +01:00
twinaphex 2cff6b1463 (GX) Wii - platform_gx_exec.c accidentally got removed 2013-02-14 21:47:25 +01:00
twinaphex 370ddadfcc Add one more note to CHANGELOG for Xbox 1 2013-02-14 21:31:50 +01:00
twinaphex 1fb1b4fc06 Bump up to version 0.9.8.4 2013-02-14 21:31:12 +01:00
twinaphex d39bad7b59 (NGC) Undefine HAVE_LIBRETRO_MANAGEMENT for Gamecube 2013-02-14 21:24:54 +01:00
twinaphex f0770eec48 (NGC) Remove sidestep code 2013-02-14 15:48:14 +01:00
Themaister 236cae258d Use GLX 1.3 more correctly. 2013-02-14 15:40:54 +01:00
twinaphex c5c22c6243 (RGUI) build fix 2013-02-14 14:07:01 +01:00
Themaister 3e3d9ec3af Use higher precision Kaiser.
Add test case for Kaiser window in MATLAB.
2013-02-14 12:58:50 +01:00
Themaister dc413ab605 Fix SNR test getting broken result. 2013-02-14 12:30:57 +01:00
Themaister ff14092d8d Use -ffast-math.
Helps SINC resampler to auto-vectorize.
2013-02-14 11:57:07 +01:00
meancoot 566f8ace45 ios: When in Rome. 2013-02-13 18:18:55 -05:00
meancoot a4dd4e4463 ios: Some view management cleanup 2013-02-13 17:50:21 -05:00
twinaphex 960b091e59 (Android) Fixes Madcatz fighting stick - now autodetected -
R1/R2 button properly configured for SF-style games
2013-02-13 22:52:27 +01:00
meancoot 1fbe66cad0 ios: Lifecycle fixes:
Fix crash when pressing home button.
   Add a hack to allow exiting the running game by triple-tapping on the top center of the screen. (Less than 10% from the top, and within the middle 20%)
2013-02-13 16:26:12 -05:00
Themaister 11d919b9e8 Fix downsampling for SINC. 2013-02-13 21:55:58 +01:00