mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
rsx: Fix semaphore timeout on boot
Allow semaphore timeout to be disabled again.
This commit is contained in:
parent
a401a192b8
commit
b2c9add47e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue