From cae4df0c0a07457d3eee94f9a775a08049652993 Mon Sep 17 00:00:00 2001 From: Dan Sanderson Date: Sat, 28 Jul 2018 20:37:57 -0700 Subject: [PATCH] Updated Running PICO 8 on the GameShell (markdown) --- Running-PICO-8-on-the-GameShell.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Running-PICO-8-on-the-GameShell.md b/Running-PICO-8-on-the-GameShell.md index 9e78c52..9d55b0b 100644 --- a/Running-PICO-8-on-the-GameShell.md +++ b/Running-PICO-8-on-the-GameShell.md @@ -88,11 +88,15 @@ When GameShell has finished booting and you see the Launcher again, a "PICO-8" i **One of two things will happen:** * PICO-8 starts with a chime sound, and it appears in a small square. You can use the cursor keys, but you can't use the ABXY buttons yet. -** If this happens, press MENU, then press START to select "shutdown pico-8". + * If this happens, press MENU, then press START to select "shutdown pico-8". * PICO-8 starts with a chime sound, but you only see the GameShell "Loading" screen. -** If this happens, you'll have to connect to the command prompt via SSH and run the `sudo reboot` command. + * If this happens, connect to the command prompt via SSH and run this command: -Either way, PICO-8 has created its configuration file (among other things). We can edit this file to fix the remaining problems. +``` +killall pico8_dyn +``` + +When PICO-8 shuts down (using either method), it creates its configuration file and some other things. We can edit this file to fix the remaining problems. ## Configuring PICO-8