mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
style
This commit is contained in:
parent
4d0547adcd
commit
ce8dc3634f
@ -89,7 +89,7 @@ void cheat_manager_apply_cheats(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( cheat_manager_state.size > 0 )
|
if (cheat_manager_state.size > 0)
|
||||||
{
|
{
|
||||||
runloop_msg_queue_push(msg_hash_to_str(MSG_APPLYING_CHEAT), 1, 180, true);
|
runloop_msg_queue_push(msg_hash_to_str(MSG_APPLYING_CHEAT), 1, 180, true);
|
||||||
RARCH_LOG("%s\n", msg_hash_to_str(MSG_APPLYING_CHEAT));
|
RARCH_LOG("%s\n", msg_hash_to_str(MSG_APPLYING_CHEAT));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user