diff --git a/rpcs3/Emu/RSX/Common/surface_store.h b/rpcs3/Emu/RSX/Common/surface_store.h index 29b399b674..7d5448099a 100644 --- a/rpcs3/Emu/RSX/Common/surface_store.h +++ b/rpcs3/Emu/RSX/Common/surface_store.h @@ -58,7 +58,7 @@ namespace rsx } } - private: + protected: using surface_storage_type = typename Traits::surface_storage_type; using surface_type = typename Traits::surface_type; using command_list_type = typename Traits::command_list_type; @@ -76,7 +76,7 @@ namespace rsx surface_store() = default; ~surface_store() = default; surface_store(const surface_store&) = delete; - private: + protected: /** * If render target already exists at address, issue state change operation on cmdList. * Otherwise create one with width, height, clearColor info.