mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
debug mode compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4262 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -298,7 +298,7 @@ void DX9Debugger_Pause_Count_N(PauseEvent event,bool update)
|
|||||||
if (update)
|
if (update)
|
||||||
{
|
{
|
||||||
D3D::EndFrame();
|
D3D::EndFrame();
|
||||||
D3D::BeginFrame(false);
|
D3D::BeginFrame(false, 0x00000000, 1.0f);
|
||||||
}
|
}
|
||||||
DX9DebuggerCheckAndPause();
|
DX9DebuggerCheckAndPause();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user