├── README.md ├── SafeShutdown.py ├── gpi ├── SafeShutdown.py ├── batocera_install.sh └── install.sh ├── install.sh ├── install_batocera.sh ├── install_gpi.sh ├── install_gpi_batocera.sh ├── install_recalbox.sh ├── multi_switch.sh ├── other_os ├── batocera_install.sh ├── batocera_safeshutdown.py ├── recalbox_SafeShutdown.py ├── recalbox_SafeShutdown.sh └── recalbox_install.sh └── uninstall_all.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/README.md -------------------------------------------------------------------------------- /SafeShutdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/SafeShutdown.py -------------------------------------------------------------------------------- /gpi/SafeShutdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/gpi/SafeShutdown.py -------------------------------------------------------------------------------- /gpi/batocera_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/gpi/batocera_install.sh -------------------------------------------------------------------------------- /gpi/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/gpi/install.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/install.sh -------------------------------------------------------------------------------- /install_batocera.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/install_batocera.sh -------------------------------------------------------------------------------- /install_gpi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/install_gpi.sh -------------------------------------------------------------------------------- /install_gpi_batocera.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/install_gpi_batocera.sh -------------------------------------------------------------------------------- /install_recalbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/install_recalbox.sh -------------------------------------------------------------------------------- /multi_switch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/multi_switch.sh -------------------------------------------------------------------------------- /other_os/batocera_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/other_os/batocera_install.sh -------------------------------------------------------------------------------- /other_os/batocera_safeshutdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/other_os/batocera_safeshutdown.py -------------------------------------------------------------------------------- /other_os/recalbox_SafeShutdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/other_os/recalbox_SafeShutdown.py -------------------------------------------------------------------------------- /other_os/recalbox_SafeShutdown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/other_os/recalbox_SafeShutdown.sh -------------------------------------------------------------------------------- /other_os/recalbox_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/other_os/recalbox_install.sh -------------------------------------------------------------------------------- /uninstall_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crcerror/retroflag-picase/HEAD/uninstall_all.sh --------------------------------------------------------------------------------