mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
sys_rsx: implement support for lle-gcm
This commit is contained in:
parent
d9a693019b
commit
21dd715b42
9 changed files with 349 additions and 59 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue