Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
OutRed
GitHub Repository: OutRed/artclass
Path: blob/main/static/emulatorjs/EmulatorJS-main/emujs_data/README.md
595 views

Data Folder


Cores    Badge GPLv3

All files ending in .data have been compiled with RetroArch.

Check my Fork for changes made to the original software.




Building

Instructions have only been confirmed working for Ubuntu.


Dependencies


sudo apt install -y \ binutils-mips-linux-gnu \ build-essential \ pkgconf \ python3 \ git


WASM

  1. Clone the repository.

    git clone https://github.com/ethanaobrien/RetroArch.git

  1. Navigate to /dist-scripts/


  1. Build with:

    emmake ./dist-cores.sh emscripten


LibRetro

  1. Clone the repository.

    git clone https://github.com/libretro/libretro-fceumm.git

  1. The next steps depend on whether or
    not you have a Makefile.libretro .


    With

    • Navigate to the folder with the makefile.

    • Build with:

      emmake make -f Makefile.libretro platform=emscripten

    Without

    • Stay in the base directory of the project.

    • Build with:

      emmake make platform=emscripten

  1. Copy the .bc file to the /dist-cores/ folder.