diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index a0966bf3d1..dd015e9a75 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -1189,6 +1189,12 @@ struct retro_led_interface * Returns a MIDI interface that can be used for raw data I/O. */ +#define RETRO_ENVIRONMENT_GET_FASTFORWARDING (49 | RETRO_ENVIRONMENT_EXPERIMENTAL) + /* bool * -- + * Boolean value that indicates whether or not the frontend is in + * fastforwarding mode. + */ + /* Retrieves the current state of the MIDI input. diff --git a/retroarch.h b/retroarch.h index 9d8823ea26..596dce7d54 100644 --- a/retroarch.h +++ b/retroarch.h @@ -35,11 +35,6 @@ RETRO_BEGIN_DECLS #define RETRO_ENVIRONMENT_RETROARCH_START_BLOCK 0x800000 -#define RETRO_ENVIRONMENT_GET_FASTFORWARDING (1 | RETRO_ENVIRONMENT_RETROARCH_START_BLOCK) - /* bool * -- - * Boolean value that indicates whether or not the frontend is in - * fastforwarding mode. - */ #define RETRO_ENVIRONMENT_SET_SAVE_STATE_IN_BACKGROUND (2 | RETRO_ENVIRONMENT_RETROARCH_START_BLOCK) /* bool * --