mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
OSD msg when using new cheevos implementation
This commit is contained in:
parent
dda6716926
commit
c66b866a87
@ -1386,6 +1386,11 @@ found:
|
|||||||
const rcheevos_cheevo_t* end = cheevo + rcheevos_locals.patchdata.core_count;
|
const rcheevos_cheevo_t* end = cheevo + rcheevos_locals.patchdata.core_count;
|
||||||
int number_of_unlocked = rcheevos_locals.patchdata.core_count;
|
int number_of_unlocked = rcheevos_locals.patchdata.core_count;
|
||||||
|
|
||||||
|
/* RCHEEVOS TODO: remove this msg */
|
||||||
|
snprintf(msg, sizeof(msg), "cheevos: using the new implementation.");
|
||||||
|
msg[sizeof(msg) - 1] = 0;
|
||||||
|
runloop_msg_queue_push(msg, 0, 3 * 60, false, NULL, MESSAGE_QUEUE_ICON_DEFAULT, MESSAGE_QUEUE_CATEGORY_INFO);
|
||||||
|
|
||||||
if (coro->settings->bools.cheevos_hardcore_mode_enable && !rcheevos_hardcore_paused)
|
if (coro->settings->bools.cheevos_hardcore_mode_enable && !rcheevos_hardcore_paused)
|
||||||
mode = RCHEEVOS_ACTIVE_HARDCORE;
|
mode = RCHEEVOS_ACTIVE_HARDCORE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user