From 879aad9fd5c955dc30d86f6a28d3c4ccace409ec Mon Sep 17 00:00:00 2001 From: gabest11 Date: Tue, 22 Feb 2011 23:39:02 +0000 Subject: [PATCH] GSdx: working on linux port again, almost ready to run. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4344 96395faa-99c1-11dd-bbfe-3dabce05a288 --- 3rdparty/SDL-1.3.0-5387/SDL-1.3/SDL-1.3.cbp | 16 +- 3rdparty/SDL-1.3.0-5387/include/SDL_config.h | 286 +++++++++++++++++-- plugins/GSdx/GSDevice.cpp | 13 +- plugins/GSdx/GSDevice.h | 9 +- plugins/GSdx/GSDevice11.cpp | 15 +- plugins/GSdx/GSDevice11.h | 3 +- plugins/GSdx/GSDevice9.cpp | 25 +- plugins/GSdx/GSDevice9.h | 3 +- plugins/GSdx/GSDeviceDX.cpp | 5 +- plugins/GSdx/GSDeviceDX.h | 3 +- plugins/GSdx/GSDeviceNull.cpp | 3 +- plugins/GSdx/GSDeviceNull.h | 3 +- plugins/GSdx/GSDeviceSDL.cpp | 16 +- plugins/GSdx/GSDeviceSW.cpp | 13 +- plugins/GSdx/GSDeviceSW.h | 3 +- plugins/GSdx/GSLinuxDialog.cpp | 257 +++++++++-------- plugins/GSdx/GSdx.gcc.cbp | 8 + plugins/GSdx/GSdx.icc.cbp | 2 + 18 files changed, 493 insertions(+), 190 deletions(-) diff --git a/3rdparty/SDL-1.3.0-5387/SDL-1.3/SDL-1.3.cbp b/3rdparty/SDL-1.3.0-5387/SDL-1.3/SDL-1.3.cbp index 4236634a6a..46886e0a2c 100644 --- a/3rdparty/SDL-1.3.0-5387/SDL-1.3/SDL-1.3.cbp +++ b/3rdparty/SDL-1.3.0-5387/SDL-1.3/SDL-1.3.cbp @@ -7,23 +7,24 @@