Changed the retro environment LED interface to 46 to avoid a numbering conflict

This commit is contained in:
Ian House 2017-12-27 11:18:49 -05:00
parent 8178e21cda
commit 78c49047a5

View File

@ -1096,7 +1096,7 @@ struct retro_hw_render_interface
};
#define RETRO_ENVIRONMENT_GET_LED_INTERFACE (45 | RETRO_ENVIRONMENT_EXPERIMENTAL)
#define RETRO_ENVIRONMENT_GET_LED_INTERFACE (46 | RETRO_ENVIRONMENT_EXPERIMENTAL)
/* struct retro_led_interface * --
* Gets an interface which is used by a libretro core to set
* state of LEDs.