mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
Make rsx::simple_array compatible with serialization
This commit is contained in:
parent
4a4f318e24
commit
c918f395b9
@ -952,6 +952,7 @@ namespace rsx
|
|||||||
public:
|
public:
|
||||||
using iterator = Ty*;
|
using iterator = Ty*;
|
||||||
using const_iterator = const Ty*;
|
using const_iterator = const Ty*;
|
||||||
|
using value_type = Ty;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
u32 _capacity = 0;
|
u32 _capacity = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user