Skip to content

Commit b30efbd

Browse files
authored
Merge pull request #41 from chrizzo-hb/main
Updated pico8 page
2 parents da606c1 + 081067f commit b30efbd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/systems/pico-8.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
## Instructions
1010

11-
### Option 1: Running Pico-8 through the native engine
11+
### Option 1: Running Pico-8 through RetroArch Fake-08
12+
13+
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*.
14+
15+
### Option 2: Running Pico-8 through the native engine
1216

1317
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.
1418

@@ -63,7 +67,7 @@ ls -l /userdata/bios/pico-8/pico8
6367
</emulator>
6468
<emulator name="libretro">
6569
<cores>
66-
<core>retro8</core>
70+
<core>fake08</core>
6771
</cores>
6872
</emulator>
6973
</emulators>
@@ -89,7 +93,3 @@ Once the above is set up is you have 2 options for playing games through Pico-8'
8993
- Refresh EmulationStation by pressing ++"START"++ to open the Main Menu then select `Game Settings > Update Gamelists`.
9094
- You should now be able to launch the game by selecting it from the gamelist.
9195
- To exit a game and return to EmulationStation you can press the ++"START"++ button then selecting `Options > Shutdown`
92-
93-
### Option 2: Running through RetroArch Fake-08
94-
95-
*coming soon*

0 commit comments

Comments
 (0)