Add notification + log for applying cheat changes. English only.
This commit is contained in:
parent
0badb9efea
commit
0a637cf5e4
|
@ -97,6 +97,8 @@ void cheat_manager_apply_cheats(void)
|
||||||
core_set_cheat(&cheat_info);
|
core_set_cheat(&cheat_info);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
runloop_msg_queue_push("Applying cheat changes.", 1, 180, true);
|
||||||
|
RARCH_LOG("Applying cheat changes.\n");
|
||||||
|
|
||||||
#ifdef HAVE_CHEEVOS
|
#ifdef HAVE_CHEEVOS
|
||||||
data_bool = idx != 0;
|
data_bool = idx != 0;
|
||||||
|
|
Loading…
Reference in New Issue