Buildfix
This commit is contained in:
parent
61ee2274e6
commit
682d45379c
|
@ -7290,8 +7290,8 @@ bool command_event(enum event_command cmd, void *data)
|
||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
case CMD_EVENT_LOAD_STATE:
|
case CMD_EVENT_LOAD_STATE:
|
||||||
#ifdef HAVE_BSV_MOVIE
|
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_BSV_MOVIE
|
||||||
/* Immutable - disallow savestate load when
|
/* Immutable - disallow savestate load when
|
||||||
* we absolutely cannot change game state. */
|
* we absolutely cannot change game state. */
|
||||||
input_driver_state_t *input_st = input_state_get_ptr();
|
input_driver_state_t *input_st = input_state_get_ptr();
|
||||||
|
|
Loading…
Reference in New Issue