mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-11 18:50:55 +00:00
rsx: Do not force upload for missing data
- TODO: Finish implementing GPU RCB for mem-sync - TODO: Refactor mem-sync
This commit is contained in:
parent
6d932b042b
commit
50c07833e4
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ namespace rsx
|
||||||
if (needs_tagging && dirty)
|
if (needs_tagging && dirty)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
LOG_ERROR(RSX, "Resource used before memory initialization");
|
// Should RCB or mem-sync (inherit previous mem) to init memory
|
||||||
return false;
|
LOG_TODO(RSX, "Resource used before memory initialization");
|
||||||
}
|
}
|
||||||
|
|
||||||
auto ptr = vm::get_super_ptr<atomic_t<u32>>(tag_address);
|
auto ptr = vm::get_super_ptr<atomic_t<u32>>(tag_address);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue