mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-11 20:10:03 +00:00
More base-derived fixes
This commit is contained in:
parent
996aba39fe
commit
9525d81344
23 changed files with 75 additions and 3 deletions
|
@ -1189,6 +1189,7 @@ private:
|
|||
|
||||
template <class Archive>
|
||||
void serialize(Archive& ar, const unsigned int) {
|
||||
ar& boost::serialization::base_object<Kernel::HLERequestContext::WakeupCallback>(*this);
|
||||
ar& command_id;
|
||||
}
|
||||
friend class boost::serialization::access;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue