mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
1c8d922eac
commit
97f41ff177
|
@ -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
|
||||
|
|
|
@ -49,7 +49,7 @@ extern "C" {
|
|||
|
||||
#include "Counters.h"
|
||||
#include "GS.h"
|
||||
#include "Common.h"
|
||||
#include "DebugTools/Debug.h"
|
||||
|
||||
extern u32 CSRw;
|
||||
|
||||
|
|
Loading…
Reference in New Issue