minor typo fix

This commit is contained in:
kd-11 2018-12-17 19:35:54 +03:00 committed by kd-11
parent 362eea09a1
commit 474d0f61a2
2 changed files with 1 additions and 3 deletions

View file

@ -1822,8 +1822,6 @@ bool GLGSRender::on_access_violation(u32 address, bool is_writing)
vm::temporary_unlock();
task.producer_wait();
return true;
}
return true;

View file

@ -937,7 +937,7 @@ bool VKGSRender::on_access_violation(u32 address, bool is_writing)
}
}
return false;
return true;
}
void VKGSRender::on_invalidate_memory_range(const utils::address_range &range)