mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 20:38:33 -06:00
Savestates: Add missing position placement
This commit is contained in:
parent
d6cf167d52
commit
a015bd1ebd
@ -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…
Reference in New Issue
Block a user