mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix
This commit is contained in:
parent
70738c1755
commit
2b278d4c13
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ struct SaveFileInfo
|
|||
memset(title, 0, 128);
|
||||
memset(saveTitle, 0, 128);
|
||||
memset(saveDetail, 0, 1024);
|
||||
modif_time = {0};
|
||||
memset(&modif_time, 0, sizeof(modif_time));
|
||||
}
|
||||
|
||||
void DoState(PointerWrap &p)
|
||||
|
|
Loading…
Add table
Reference in a new issue