mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 15:30:35 +00:00
SaveState: Make sure to default init net data.
Otherwise, we may crash when loading a save state.
This commit is contained in:
parent
19437227b3
commit
20dd7db351
@ -778,11 +778,10 @@ public:
|
||||
}
|
||||
void run(MipsCall &call) override;
|
||||
void SetContextID(u32 ContextID, u32 eventId);
|
||||
void SetContext(SceNetAdhocMatchingContext *Context, u32 eventId) { context = Context; EventID = eventId; }
|
||||
|
||||
private:
|
||||
u32 EventID;
|
||||
SceNetAdhocMatchingContext *context;
|
||||
u32 EventID = 0;
|
||||
SceNetAdhocMatchingContext *context = nullptr;
|
||||
};
|
||||
|
||||
extern int actionAfterMatchingMipsCall;
|
||||
|
Loading…
Reference in New Issue
Block a user