rsx: fix hardcoded rsx allocation address

This commit is contained in:
eladash 2018-06-02 18:59:52 +03:00 committed by kd-11
parent 3935cef691
commit b456955688
8 changed files with 63 additions and 38 deletions

View file

@ -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())