mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 14:59:37 +00:00
Add SSNES_LOG when changing save state slot.
This commit is contained in:
parent
17663bbe46
commit
db69cb2173
2
ssnes.c
2
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user