mirror of
https://github.com/libretro/RetroArch
synced 2025-02-10 12:40:03 +00:00
(Xbox 1) Add some more menu logic
This commit is contained in:
parent
cdb2a2b4e7
commit
2f4d568ded
@ -354,8 +354,8 @@ void menu_loop(void)
|
||||
}
|
||||
|
||||
device_ptr->d3d_render_device->Clear(0, NULL, D3DCLEAR_TARGET,
|
||||
D3DCOLOR_ARGB(0, 0, 0, 0),
|
||||
1.0f, 0);
|
||||
D3DCOLOR_ARGB(0, 0, 0, 0), 1.0f, 0);
|
||||
device_ptr->frame_count++;
|
||||
|
||||
device_ptr->d3d_render_device->BeginScene();
|
||||
device_ptr->d3d_render_device->SetFlickerFilter(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user