EmulatorJS/data
Ethan O'Brien 9c0dc51aa0 Version 1.2.1
Co-authored-by: Allan Niles <74841470+allancoding@users.noreply.github.com>
Co-authored-by: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com>
Co-authored-by: GreyHope <hello@greyhope.uk>
2022-05-23 21:53:00 -05:00
..
localization Version 1.1.6 2022-05-16 11:45:00 -05:00
minify Version 1.2.1 2022-05-23 21:53:00 -05:00
emu-css.css Version 1.1.6 2022-05-16 11:45:00 -05:00
emu-css.min.css Version 1.1.6 2022-05-16 11:45:00 -05:00
emu-main.js Version 1.2.1 2022-05-23 21:53:00 -05:00
emulator.js Version 1.1.6 2022-05-16 11:45:00 -05:00
emulator.min.js Version 1.2.1 2022-05-23 21:53:00 -05:00
extract7z.js Version 0.4.23-03 2021-09-21 11:42:00 -05:00
extractzip.js Version 0.4.23-03 2021-09-21 11:42:00 -05:00
libunrar.js Version 0.4.23 2021-08-28 16:44:00 -05:00
libunrar.js.mem Version 0.4.23-07 2021-11-25 17:22:00 -06:00
loader.js Version 1.2.1 2022-05-23 21:53:00 -05:00
README.MD Version 1.2.1 2022-05-23 21:53:00 -05:00
v.json Version 1.1.0 2022-03-15 21:10:00 -05:00
version.json Version 1.2.1 2022-05-23 21:53:00 -05:00
webrtc-adapter.js Version 0.4.26 2022-02-14 11:21:00 -06:00


Data Folder


CoresBadge 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 aMakefile.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.