mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-18 21:40:53 +00:00
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:
parent
6003c9ecd2
commit
d26690e027
@ -58,7 +58,10 @@ static volatile EFBAccessType s_AccessEFBType;
|
|||||||
static Common::Event s_AccessEFBDone;
|
static Common::Event s_AccessEFBDone;
|
||||||
static Common::CriticalSection s_criticalEFB;
|
static Common::CriticalSection s_criticalEFB;
|
||||||
|
|
||||||
|
bool HandleDisplayList(u32 address, u32 size)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
void DllDebugger(HWND _hParent, bool Show)
|
void DllDebugger(HWND _hParent, bool Show)
|
||||||
{
|
{
|
||||||
// TODO: implement
|
// TODO: implement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user