minor typo fix
This commit is contained in:
@@ -1822,8 +1822,6 @@ bool GLGSRender::on_access_violation(u32 address, bool is_writing)
|
||||
|
||||
vm::temporary_unlock();
|
||||
task.producer_wait();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user