diff --git a/rpcs3/Emu/RSX/Common/surface_store.h b/rpcs3/Emu/RSX/Common/surface_store.h index 57bd417e6f..c5f4015e97 100644 --- a/rpcs3/Emu/RSX/Common/surface_store.h +++ b/rpcs3/Emu/RSX/Common/surface_store.h @@ -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>(tag_address);