mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Savestates: Add missing position placement
This commit is contained in:
parent
d6cf167d52
commit
a015bd1ebd
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ struct page_fault_notification_entries
|
|||
std::vector<page_fault_notification_entry> entries;
|
||||
shared_mutex mutex;
|
||||
|
||||
SAVESTATE_INIT_POS(44);
|
||||
|
||||
page_fault_notification_entries() = default;
|
||||
page_fault_notification_entries(utils::serial& ar);
|
||||
void save(utils::serial& ar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue