mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-08-26 12:34:04 -05:00
Fix dump all bug
This commit is contained in:
@@ -628,7 +628,7 @@ void fs::backupUserSaves_t(void *a)
|
||||
tmpArgs->cleanup = false;
|
||||
tmpArgs->prog = c->prog;
|
||||
fakeThread->status = t->status;
|
||||
fakeThread->argPtr = &tmpArgs;
|
||||
fakeThread->argPtr = tmpArgs;
|
||||
copyDirToZip_t(fakeThread);
|
||||
zipClose(zip, NULL);
|
||||
fs::freePathFilters();
|
||||
|
||||
Reference in New Issue
Block a user