From 286c44077ad2f6a7e9bb4c7723f867cd5b7414fc Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Wed, 27 Mar 2013 01:09:27 -0400 Subject: Show the screenshot with timestamp after writing a state. --- source/nds/gui.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/nds/gui.c') diff --git a/source/nds/gui.c b/source/nds/gui.c index 0ddd7a4..f03873d 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -2178,6 +2178,13 @@ u32 menu(u16 *screen, bool8 FirstInvocation) SavedStateCacheInvalidate (); mdelay(500); // let the progress message linger + + // Now show the screen of what we just wrote. + get_savestate_filename(savestate_index, tmp_filename); + sprintf(line_buffer, "%s/%s", DEFAULT_RTS_DIR, tmp_filename); + HighFrequencyCPU(); + load_game_stat_snapshot(tmp_filename); + LowFrequencyCPU(); } else //load screen snapshot { -- cgit v1.2.3