From 81ef5238cc24ea00b3a453eacca2004528a7e1f0 Mon Sep 17 00:00:00 2001 From: Chrizzo Date: Fri, 19 Jul 2024 19:59:51 +0200 Subject: [PATCH] Fixed pico8 page --- docs/systems/pico-8.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/systems/pico-8.md b/docs/systems/pico-8.md index e6748fd4a..bf6509e1e 100644 --- a/docs/systems/pico-8.md +++ b/docs/systems/pico-8.md @@ -8,7 +8,11 @@ ## Instructions -### Option 1: Running Pico-8 through the native engine +### Option 1: Running Pico-8 through RetroArch Fake-08 + +By default, KNULLI comes with *Fake08*, a free, Pico-8-compatible engine provided by RetroArch. Many Pico-8 games run perfectly fine with *Fake08*. Since Pico-8 games are usually free, you can download the `png` game files (or "carts") from the [Pico-8 website](https://www.lexaloffle.com/bbs/?cat=7&carts_tab=1#mode=carts&sub=2) and drop them in your `roms/pico8` folder. However, since *Fake08* does not cover all the features of the native Pico-8 engine, some games might nor run properly with *Fake08*. + +### Option 2: Running Pico-8 through the native engine Pico-8 games are best played with the native engine as it supports all Pico-8 features without any limitations. You need to purchase it from [Lexaloffle](https://www.lexaloffle.com/pico-8.php) and we do recommend that you buy a copy if you can. Its an awesome piece of software and it also comes with the tools to make your own games. @@ -63,7 +67,7 @@ ls -l /userdata/bios/pico-8/pico8 - retro8 + fake08 @@ -89,7 +93,3 @@ Once the above is set up is you have 2 options for playing games through Pico-8' - Refresh EmulationStation by pressing ++"START"++ to open the Main Menu then select `Game Settings > Update Gamelists`. - You should now be able to launch the game by selecting it from the gamelist. - To exit a game and return to EmulationStation you can press the ++"START"++ button then selecting `Options > Shutdown` - -### Option 2: Running through RetroArch Fake-08 - -*coming soon* \ No newline at end of file