mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
rsx: fix hardcoded rsx allocation address
This commit is contained in:
parent
3935cef691
commit
b456955688
8 changed files with 63 additions and 38 deletions
|
@ -72,7 +72,7 @@ namespace rsx
|
|||
while (vm::read32(addr) != arg)
|
||||
{
|
||||
// todo: LLE: why does this one keep hanging? is it vsh system semaphore? whats actually pushing this to the command buffer?!
|
||||
if (addr == 0x40000030)
|
||||
if (addr == get_current_renderer()->ctxt_addr + 0x30)
|
||||
return;
|
||||
|
||||
if (Emu.IsStopped())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue