mirror of https://github.com/PCSX2/pcsx2.git
Linux fix.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3225 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
6857acbadf
commit
38139dee34
|
@ -225,7 +225,6 @@
|
|||
<Unit filename="../Elfheader.h" />
|
||||
<Unit filename="../FPU.cpp" />
|
||||
<Unit filename="../FiFo.cpp" />
|
||||
<Unit filename="../File_Reader.h" />
|
||||
<Unit filename="../GS.cpp" />
|
||||
<Unit filename="../GS.h" />
|
||||
<Unit filename="../GSState.cpp" />
|
||||
|
|
|
@ -407,7 +407,7 @@ int loadGameSettings(IGameDatabase* gameDB) {
|
|||
return gf;
|
||||
}
|
||||
|
||||
#include "cdvd/CDVD.h"
|
||||
#include "CDVD/CDVD.h"
|
||||
#include "Elfheader.h"
|
||||
#include "Patch.h"
|
||||
|
||||
|
@ -1124,4 +1124,4 @@ AppGameDatabase* Pcsx2App::GetGameDatabase()
|
|||
IGameDatabase* AppHost_GetGameDatabase()
|
||||
{
|
||||
return wxGetApp().GetGameDatabase();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue