mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
docs: Add missing command to emscripten docs (#17097)
This commit is contained in:
parent
f85c9693a0
commit
b36d8da5d3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue