mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
serialization.hpp: Fixes
This commit is contained in:
parent
696be6aacd
commit
0628a5d931
7 changed files with 68 additions and 48 deletions
|
@ -29,6 +29,8 @@ namespace vm
|
|||
using type = T;
|
||||
using addr_type = std::remove_cv_t<AT>;
|
||||
|
||||
static constexpr bool enable_bitcopy = true;
|
||||
|
||||
_ptr_base() = default;
|
||||
|
||||
_ptr_base(vm::addr_t addr)
|
||||
|
@ -226,6 +228,7 @@ namespace vm
|
|||
|
||||
public:
|
||||
using addr_type = std::remove_cv_t<AT>;
|
||||
static constexpr bool enable_bitcopy = true;
|
||||
|
||||
_ptr_base() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue