mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Another buildfix
This commit is contained in:
parent
3f2c15d6d6
commit
907efccb05
@ -2562,8 +2562,7 @@ bool command_event(enum event_command cmd, void *data)
|
||||
}
|
||||
case CMD_EVENT_HALT_REPLAY:
|
||||
#ifdef HAVE_BSV_MOVIE
|
||||
input_driver_state_t *input_st = input_state_get_ptr();
|
||||
movie_stop(input_st);
|
||||
movie_stop(input_state_get_ptr());
|
||||
#endif
|
||||
break;
|
||||
case CMD_EVENT_SAVE_STATE:
|
||||
|
Loading…
Reference in New Issue
Block a user