diff --git a/ssnes.c b/ssnes.c index 6a3161e6c9..8db561d207 100644 --- a/ssnes.c +++ b/ssnes.c @@ -696,6 +696,7 @@ static void check_stateslots(void) char msg[256]; snprintf(msg, sizeof(msg), "Save state slot: %u", g_extern.state_slot); msg_queue_push(g_extern.msg_queue, msg, 1, 180); + SSNES_LOG("%s\n", msg); } old_should_slot_increase = should_slot_increase; @@ -709,6 +710,7 @@ static void check_stateslots(void) char msg[256]; snprintf(msg, sizeof(msg), "Save state slot: %u", g_extern.state_slot); msg_queue_push(g_extern.msg_queue, msg, 1, 180); + SSNES_LOG("%s\n", msg); } old_should_slot_decrease = should_slot_decrease; }