I’ve got RetroArch running as the primary emulator on my “vintage console box”, and it all loads and works seamlessly. However, the one final glitch is that the black cursor common in SDL apps appears for a brief second when launching the emulator.
I’m trying to keep the fact that the system is a computer at its core hidden behind the scenes entirely, and getting rid of this black cursor is the last piece in that puzzle. I know it’s possible to remove and/or hide the cursor within SDL apps, and I’m wondering if this could be done for RetroArch, as well.
Or maybe at least make it an option to hide it, if the cursor is needed for some other purpose.