sys_rsx: implement support for lle-gcm

This commit is contained in:
Jake 2017-07-25 21:57:43 -05:00 committed by Ivan
parent d9a693019b
commit 21dd715b42
9 changed files with 349 additions and 59 deletions

View file

@ -388,7 +388,7 @@ namespace rsx
if (get_system_time() - start_time > vblank_count * 1000000 / 60)
{
vblank_count++;
sys_rsx_context_attribute(0x55555555, 0xFED, 1, 0, 0, 0);
if (vblank_handler)
{
intr_thread->cmd_list
@ -403,6 +403,8 @@ namespace rsx
continue;
}
while (Emu.IsPaused())
std::this_thread::sleep_for(10ms);
std::this_thread::sleep_for(1ms); // hack
}