mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 18:40:36 +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
@ -132,8 +132,8 @@ namespace rsx
|
||||
if (needs_tagging && dirty)
|
||||
{
|
||||
// TODO
|
||||
LOG_ERROR(RSX, "Resource used before memory initialization");
|
||||
return false;
|
||||
// Should RCB or mem-sync (inherit previous mem) to init memory
|
||||
LOG_TODO(RSX, "Resource used before memory initialization");
|
||||
}
|
||||
|
||||
auto ptr = vm::get_super_ptr<atomic_t<u32>>(tag_address);
|
||||
|
Loading…
x
Reference in New Issue
Block a user