Commit Graph

4281 Commits

Author SHA1 Message Date
twinaphex
7b03e554ad (PS3) Build system simplification - remove separate step to compile
RetroArch as a static library
2012-11-15 14:40:50 +01:00
twinaphex
1a3b24004c (360) Build fix - see previous commit 2012-11-15 14:32:06 +01:00
twinaphex
1d99cb62a2 (Xbox 1) Build fixes - don't compile in pragma comments for
XBOX
2012-11-15 14:24:56 +01:00
Themaister
0e729bcaa0 Style nits. 2012-11-15 09:40:31 +01:00
twinaphex
4a198a83a8 (PS3) Build fix 2012-11-15 00:57:43 +01:00
OV2
d24e6bf792 win32: add $(CG_LIB/64_PATH) to project file 2012-11-15 00:22:36 +01:00
Themaister
de925367e6 Fixup build for slim build. 2012-11-14 23:11:48 +01:00
Themaister
5a5983a656 Fix build for VC10. 2012-11-14 22:57:49 +01:00
Themaister
3e77039a42 Rewrite how gl.c interfaces with shader backends. 2012-11-14 22:51:08 +01:00
Themaister
02e1a2b402 Only declare "deleted" constructors. 2012-11-14 22:09:49 +01:00
Themaister
539d8123ed Merge git://github.com/OV2/RetroArch 2012-11-14 22:07:05 +01:00
Themaister
0cfb166625 Nits. 2012-11-14 22:03:17 +01:00
twinaphex
9565eb6ede Fix warnings in pixconv.c 2012-11-14 21:54:24 +01:00
twinaphex
fdcc5cb569 (XDK - Xbox 1) Improve FPS logging
(PS3) Add FPS logging
2012-11-14 21:51:56 +01:00
OV2
54d39dff74 win32: make d3d9 compile in msvc, add linker pragmas to source files 2012-11-14 21:07:06 +01:00
Twinaphex512
46b958c7fa (MSVC 2010)) Add $(CG_INC_PATH) path 2012-11-14 01:27:33 +01:00
Twinaphex512
3005adffc3 (D3D driver) Add HAVE_CG defines 2012-11-14 01:13:08 +01:00
Twinaphex512
d786df681f (MSVC 2010) Change project version to v11 ) - include D3D driver 2012-11-14 00:45:43 +01:00
Squarepusher
08f2ea7644 Merge pull request #67 from OV2/master
MSVC project changes
2012-11-13 15:24:18 -08:00
OV2
7cf19f3c4a win32: Add x64 configuration 2012-11-13 21:21:59 +01:00
OV2
aafb553240 win32: update msvc project file 2012-11-13 20:54:46 +01:00
Themaister
7bd6f8e6c2 Update gitignore. 2012-11-13 10:27:36 +01:00
Themaister
cc0038d076 Fix OSX build. 2012-11-13 10:27:00 +01:00
Themaister
64d9a6fbda 0.9.8-beta2 2012-11-13 00:52:23 +01:00
Themaister
2742125729 Enable rate control by default on PC. 2012-11-11 13:57:44 +01:00
Themaister
71c84af8fa Make windowed fullscreen default.
True fullscreen has a tendency to fail far more often than windowed
mode.
2012-11-11 12:11:31 +01:00
Themaister
1681741554 Reinit textures if pixel format changes in GL. 2012-11-10 23:56:04 +01:00
twinaphex
6d6c170f09 (Xbox 1) Set up for 32bit color now - just need a more elegant
way of automatically switching on 32bit/16bit color during init
instead of g_settings.video.color_format
2012-11-10 16:17:01 +01:00
twinaphex
013f833492 (XDK) Small optimization 2012-11-10 16:04:22 +01:00
twinaphex
35c96b17b9 (XDK) Set up now for 32bit color-capable libretro ports 2012-11-10 16:03:08 +01:00
twinaphex
5d315029ae (360 Set 32bit color format - screen currently cut in half 2012-11-10 15:57:05 +01:00
twinaphex
a510387e9e remove ifndef around XRGB8888 for RARCH_CONSOLE 2012-11-10 15:44:59 +01:00
twinaphex
6f2c6fcaa1 (360) Put filebrowser on stack again - fixes crash at startup
in Gambatte
2012-11-10 15:39:39 +01:00
twinaphex
e87477a75f (360) Now supports RGB565 2012-11-10 14:32:15 +01:00
twinaphex
93f9316a9b (Xbox 1) Build fixes 2012-11-10 13:46:24 +01:00
Themaister
ca44dee735 Fix crash on frame dupes in D3D9. 2012-11-10 13:57:21 +01:00
Hans-Kristian Arntzen
3a473dfec2 Merge pull request #62 from almostalive/master
use tmpdir/filename instead of tmprom.
2012-11-09 15:09:35 -08:00
twinaphex
de4648a127 (Android) Possible context fix 2012-11-09 22:33:54 +01:00
twinaphex
48b0bc7f2d (Android) Use eglGetError 2012-11-09 21:52:07 +01:00
twinaphex
acb4f63cfb (Android) Build fix 2012-11-09 21:20:55 +01:00
twinaphex
eb5bb55754 (Android) Need to know return val 2012-11-09 20:47:17 +01:00
Themaister
9d2ca33b5b Do not attempt to start rewind if state_size is 0. 2012-11-09 20:26:12 +01:00
almostalive
f1da4e8fb0 Minor change to retorach-zip
removed tmprom and uses tmpdir/filename instead.
2012-11-09 12:56:39 -06:00
twinaphex
8ba727ab30 (Android) Build fix 2012-11-09 17:05:03 +01:00
twinaphex
0b6bbe04a3 (Android) Add log error messages for Android EGL context for debugging 2012-11-09 09:43:16 +01:00
Hans-Kristian Arntzen
d1b23aeb42 Merge pull request #61 from almostalive/master
Adds Savestate support to retroarch-zip
2012-11-08 22:46:01 -08:00
almostalive
ff25a0cb23 Adds Savestate support to retroarch-zip 2012-11-08 16:31:56 -06:00
Themaister
08cbefdeca Update icons to pixel-perfect (LexSfX). 2012-11-08 22:31:05 +01:00
Themaister
d7c7ad279e Update version strings to 0.9.8-beta1. 2012-11-07 23:33:22 +01:00
Themaister
752b7608e7 Fix audio test. 2012-11-07 23:42:23 +01:00