From 1b9df473d94f6548e8d43001ce70b90192230fd6 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 24 Nov 2017 20:52:40 -0800 Subject: Fix genesis save state loading via Nuklear UI, sms probably still needs work --HG-- branch : nuklear_ui --- saves.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saves.c') 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; -- cgit v1.2.3