From 3c0eadbdf2ea96ba3f0150d1ee43622e9733e8b4 Mon Sep 17 00:00:00 2001 From: Sven <40953353+RetroSven@users.noreply.github.com> Date: Tue, 11 Sep 2018 18:52:51 -0400 Subject: [PATCH] per request --- libretro-common/include/libretro.h | 6 ++++++ retroarch.h | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) 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 * --