summaryrefslogtreecommitdiff
path: root/saves.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-11-24 20:52:40 -0800
committerMichael Pavone <pavone@retrodev.com>2017-11-24 20:52:40 -0800
commit1b9df473d94f6548e8d43001ce70b90192230fd6 (patch)
tree8c295ed772988cf1cd9e8379e7e27f32834ca278 /saves.c
parent27b829ffc447758832cbd7ab2f9b7e427928d687 (diff)
Fix genesis save state loading via Nuklear UI, sms probably still needs work
--HG-- branch : nuklear_ui
Diffstat (limited to 'saves.c')
-rw-r--r--saves.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/saves.c b/saves.c
index 955c959..18d7d9b 100644
--- a/saves.c
+++ b/saves.c
@@ -58,7 +58,7 @@ save_slot_info *get_slot_info(system_header *system, uint32_t *num_out)
} else {
strcpy(cur, "EMPTY");
}
- dst[i].modification_time;
+ dst[i].modification_time = modtime;
}
*num_out = QUICK_SAVE_SLOT + 1;
return dst;