libretro / ludo

A libretro frontend written in golang
https://ludo.libretro.com/
GNU General Public License v3.0
597 stars 68 forks source link

Feature Request: KIOSK Mode #479

Open johnnyq opened 2 years ago

johnnyq commented 2 years ago

Enable Option for Kiosk mode in the settings When Enabled have the ability to set a pin to and do the following

Disable Adding and Deleting Games and Playlists but keep the ability to delete save states Disable Access to the following Setting

Also Disable:

Also Disable Quick menu Options for each console emulator

bagelbyheart commented 9 months ago

Most of this could be handled via the existing show/hide menu framework. The "tough" part would be adding an interface for entering a pin to toggle it. @johnnyq if you're still around and care about this, would a settings.toml flag without a GUI interface work instead?