mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Fix build error
This commit is contained in:
parent
727033f0fc
commit
9aa61a010f
@ -1759,11 +1759,6 @@ bool command_event(enum event_command cmd, void *data)
|
|||||||
case CMD_EVENT_AI_SERVICE_TOGGLE:
|
case CMD_EVENT_AI_SERVICE_TOGGLE:
|
||||||
/* TODO/FIXME - implement */
|
/* TODO/FIXME - implement */
|
||||||
break;
|
break;
|
||||||
case CMD_EVENT_NETPLAY_GAME_WATCH:
|
|
||||||
#ifdef HAVE_NETWORKING
|
|
||||||
netplay_driver_ctl(RARCH_NETPLAY_CTL_GAME_WATCH, NULL);
|
|
||||||
#endif
|
|
||||||
break;
|
|
||||||
case CMD_EVENT_STREAMING_TOGGLE:
|
case CMD_EVENT_STREAMING_TOGGLE:
|
||||||
if (streaming_is_enabled())
|
if (streaming_is_enabled())
|
||||||
command_event(CMD_EVENT_RECORD_DEINIT, NULL);
|
command_event(CMD_EVENT_RECORD_DEINIT, NULL);
|
||||||
@ -2625,6 +2620,9 @@ TODO: Add a setting for these tweaks */
|
|||||||
bsv_movie_init();
|
bsv_movie_init();
|
||||||
break;
|
break;
|
||||||
#ifdef HAVE_NETWORKING
|
#ifdef HAVE_NETWORKING
|
||||||
|
case CMD_EVENT_NETPLAY_GAME_WATCH:
|
||||||
|
netplay_driver_ctl(RARCH_NETPLAY_CTL_GAME_WATCH, NULL);
|
||||||
|
break;
|
||||||
case CMD_EVENT_NETPLAY_DEINIT:
|
case CMD_EVENT_NETPLAY_DEINIT:
|
||||||
deinit_netplay();
|
deinit_netplay();
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user