per request
This commit is contained in:
parent
b771a3e0f5
commit
3c0eadbdf2
|
@ -1189,6 +1189,12 @@ struct retro_led_interface
|
||||||
* Returns a MIDI interface that can be used for raw data I/O.
|
* 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.
|
/* Retrieves the current state of the MIDI input.
|
||||||
|
|
|
@ -35,11 +35,6 @@ RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
#define RETRO_ENVIRONMENT_RETROARCH_START_BLOCK 0x800000
|
#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)
|
#define RETRO_ENVIRONMENT_SET_SAVE_STATE_IN_BACKGROUND (2 | RETRO_ENVIRONMENT_RETROARCH_START_BLOCK)
|
||||||
/* bool * --
|
/* bool * --
|
||||||
|
|
Loading…
Reference in New Issue