Skip to content

Commit

Permalink
docs: Add missing command to emscripten docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored Oct 14, 2024
1 parent f886f62 commit e506801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/emscripten/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cd libretro-fceumm
emmake make -f Makefile.libretro platform=emscripten
git clone https://github.com/libretro/RetroArch.git ~/retroarch/RetroArch
cp ~/retroarch/libretro-fceumm/fceumm_libretro_emscripten.bc ~/retroarch/RetroArch/libretro_emscripten.bc
cd ~/retroarch
emmake make -f Makefile.emscripten LIBRETRO=fceumm -j all
cp fceumm_libretro.{js,wasm} pkg/emscripten/libretro
```
Expand Down

0 comments on commit e506801

Please sign in to comment.