mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-28 18:22:00 +00:00
rsx: Fix semaphore timeout on boot
Allow semaphore timeout to be disabled again.
This commit is contained in:
parent
a401a192b8
commit
b2c9add47e
@ -2336,6 +2336,7 @@ namespace rsx
|
||||
ctrl = vm::_ptr<RsxDmaControl>(ctrlAddress);
|
||||
flip_status = CELL_GCM_DISPLAY_FLIP_STATUS_DONE;
|
||||
|
||||
vm::write32(device_addr + 0x30, 1);
|
||||
std::memset(display_buffers, 0, sizeof(display_buffers));
|
||||
|
||||
m_rsx_thread_exiting = false;
|
||||
|
Loading…
Reference in New Issue
Block a user