Hello friends,
I was thinking about implementing a way to show the Achievement badge when the user earns a cheevo (pretty much what @leiradel says here: https://github.com/libretro/RetroArch/issues/3946).
I wonder if it’s possible using overlays. But before diving into code, I would like to ask some questions for you guys who are more experienced with RetroArch internals.
-
Where, in the current code, can I see some overlay related code to get inspired?
-
Is it possible to show an image/overlay for an arbitrary amount of seconds? (my bet: yes, since we can enable/disable it on-the-fly via menu)
-
Is it possible to add arbitrary text to the overlay? (my bet: not. It must be an image file)
Thanks in advance!