Ok, so some people out there use windows, too. Fix pcsx2 on Windows...

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@323 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
arcum42 2008-11-13 17:14:08 +00:00 committed by Gregory Hainaut
parent 1c8d922eac
commit 97f41ff177
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#Normal
#export PCSX2OPTIONS="--enable-sse3 --prefix `pwd`"
#Debug version
#export PCSX2OPTIONS="--enable-debug --enable-devbuild --enable-sse3 --prefix `pwd`"
export PCSX2OPTIONS="--enable-debug --enable-devbuild --enable-sse3 --prefix `pwd`"
echo ---------------
echo Building Pcsx2

View File

@ -49,7 +49,7 @@ extern "C" {
#include "Counters.h"
#include "GS.h"
#include "Common.h"
#include "DebugTools/Debug.h"
extern u32 CSRw;