mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Buildfix
This commit is contained in:
parent
d7cde1675d
commit
ec039cc2b6
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ bool recording_init(void)
|
|||
|
||||
if (global->inited.core.type == CORE_TYPE_DUMMY)
|
||||
{
|
||||
RARCH_WARN(msg_hash_to_str(MSG_USING_LIBRETRO_DUMMY_CORE_RECORDING_SKIPPED));
|
||||
RARCH_WARN("%s\n", msg_hash_to_str(MSG_USING_LIBRETRO_DUMMY_CORE_RECORDING_SKIPPED));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue