fix build of the (broken) dx plugin..

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3953 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-08-09 12:12:29 +00:00
parent 6003c9ecd2
commit d26690e027
1 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,10 @@ static volatile EFBAccessType s_AccessEFBType;
static Common::Event s_AccessEFBDone;
static Common::CriticalSection s_criticalEFB;
bool HandleDisplayList(u32 address, u32 size)
{
return false;
}
void DllDebugger(HWND _hParent, bool Show)
{
// TODO: implement