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:
parent
4a4f318e24
commit
c918f395b9
@ -952,6 +952,7 @@ namespace rsx
|
||||
public:
|
||||
using iterator = Ty*;
|
||||
using const_iterator = const Ty*;
|
||||
using value_type = Ty;
|
||||
|
||||
private:
|
||||
u32 _capacity = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user