1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

Make rsx::simple_array compatible with serialization

This commit is contained in:
Eladash 2021-06-08 19:12:54 +03:00 committed by Ivan
parent 4a4f318e24
commit c918f395b9

View File

@ -952,6 +952,7 @@ namespace rsx
public:
using iterator = Ty*;
using const_iterator = const Ty*;
using value_type = Ty;
private:
u32 _capacity = 0;