mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
warning fix for C89_BUILD
This commit is contained in:
parent
3d61c7fdfc
commit
c7b45aaf80
1 changed files with 1 additions and 1 deletions
|
@ -89,9 +89,9 @@ static void netplay_crc_scan_callback(void *task_data,
|
|||
if (!string_is_empty(state->core_path) && !string_is_empty(state->content_path)
|
||||
&& state->contentless)
|
||||
{
|
||||
content_ctx_info_t content_info = {0};
|
||||
|
||||
RARCH_LOG("[lobby] loading contentless core %s\n", state->core_path);
|
||||
content_ctx_info_t content_info = {0};
|
||||
|
||||
command_event(CMD_EVENT_NETPLAY_INIT_DIRECT_DEFERRED, state->hostname);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue