I’ll keep it brief: Is there a callback to Retroarch to trigger an On Screen Message from a Libretro Core… In the Core. There are the Core Options but I would like the user to be made aware of a Core Specific Device being connected
Sorry for the delay responding. Yes:
RETRO_ENVIRONMENT_SET_MESSAGE_EXT
preferable, andRETRO_ENVIRONMENT_SET_MESSAGE
as a fallback if frontend doesn’t support the newer one
1 Like
Brilliant. I’ll give it a shot and Thanks
1 Like