mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
rsx:🧵 initialize flip_status
Fixed clear_surface (OpenGL) Enabled some RSXDebugger features (disasm and textures/buffers view) Minor improvements
This commit is contained in:
parent
3721941ffb
commit
86720f90cd
7 changed files with 99 additions and 63 deletions
|
@ -1150,6 +1150,7 @@ namespace rsx
|
|||
this->ioAddress = ioAddress;
|
||||
this->ioSize = ioSize;
|
||||
local_mem_addr = localAddress;
|
||||
flip_status = 0;
|
||||
|
||||
m_used_gcm_commands.clear();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue