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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user