FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

EmulatorJS/data at main · STEEPERCREVE/EmulatorJS · GitHub

Latest commit

 

History

History
 
 

README.md


Data Folder


Cores    

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.


Back | FazBrowse Home | New Git URL