mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Build fixes
This commit is contained in:
parent
4b3d520c19
commit
d7cde1675d
@ -414,7 +414,7 @@ bool recording_init(void)
|
||||
|
||||
if (!record_driver_init_first(&driver->recording, &driver->recording_data, ¶ms))
|
||||
{
|
||||
RARCH_ERR(msg_hash_to_str(MSG_FAILED_TO_START_RECORDING));
|
||||
RARCH_ERR("%s\n", msg_hash_to_str(MSG_FAILED_TO_START_RECORDING));
|
||||
event_command(EVENT_CMD_GPU_RECORD_DEINIT);
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user