(360) message queue stuff works properly now before Rarch is inited

This commit is contained in:
TwinAphex51224 2012-05-29 17:44:07 +02:00
parent 27aa887fcb
commit 0c4f14a14f
1 changed files with 1 additions and 0 deletions

View File

@ -798,6 +798,7 @@ void menu_loop(void)
else
{
d3d9->d3d_render_device->Clear(0, NULL, D3DCLEAR_TARGET, D3DCOLOR_ARGB(0, 0, 0, 0), 1.0f, 0);
d3d9->frame_count++;
}
XINPUT_STATE state;