rsx: Fix semaphore timeout on boot

Allow semaphore timeout to be disabled again.
This commit is contained in:
Elad Ashkenazi 2022-08-19 12:19:33 +03:00 committed by kd-11
parent a401a192b8
commit b2c9add47e

View File

@ -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;