Add notification + log for applying cheat changes. English only.

This commit is contained in:
lasers 2016-10-27 04:27:02 -05:00
parent 0badb9efea
commit 0a637cf5e4
1 changed files with 6 additions and 4 deletions

View File

@ -97,6 +97,8 @@ void cheat_manager_apply_cheats(void)
core_set_cheat(&cheat_info);
}
}
runloop_msg_queue_push("Applying cheat changes.", 1, 180, true);
RARCH_LOG("Applying cheat changes.\n");
#ifdef HAVE_CHEEVOS
data_bool = idx != 0;