Updated: 2018.5.14 Metadata in emulationstation will be saved when rebooting and shutting down.
RetroFlag Pi-Case Safe Shutdown
Turn switch "SAFE SHUTDOWN" to ON.
Example for RetroPie:
-------------------Multi Switch Shutdown----------------- Updated: 2019.2.14
Multi Switch Shutdown with advanced shutdown features for more natural behaviour:
If you press restart if emulator is currently running, then you will be kicked back to ES main menu.
If you press restart in ES main screen, ES will be restartet (no reboot!), good for quick saving metadata or internal saves.
If you press power-off then Raspberry will shutdown
All metadata is always saved
Multi Switch Shutdown by crcerror at here https://github.com/crcerror/retroflag-picase
-------------------Multi Switch Shutdown-----------------
- Make sure internet connected.
- Make sure keyboard connected.
- Press F4 enter terminal.
- In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/install.sh" | sudo bash
Example for RecalBox:
- Make sure internet connected.
- Make sure keyboard connected.
- Press F4 first. And then press ALT-F2 enter termial.
- User: root Password: recalboxroot
- In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/recalbox_install.sh" | bash