EmulatorJS/data
2023-01-31 05:51:13 +00:00
..
cores Update RetroArch 2022-11-17 13:17:24 -06:00
localization EmulatorJS version 3.1.0! 2022-11-03 18:53:19 -05:00
minify Commit from GitHub Actions (Minify Code) 2022-11-28 01:38:00 +00:00
old bug fixes 2022-05-06 16:21:08 +00:00
emu-css.css Version 3.0.5 is finally here! 2022-09-24 12:50:44 -05:00
emu-css.min.css Version 3.0.5 is finally here! 2022-09-24 12:50:44 -05:00
emu-main.js Handing thread bug fix - netplay server 2023-01-30 23:50:17 -06:00
emulator.js Handing thread bug fix - netplay server 2023-01-30 23:50:17 -06:00
emulator.min.js Commit from GitHub Actions (Minify Code) 2023-01-31 05:51:13 +00:00
extract7z.js decode & compress 2021-09-21 10:40:50 -05:00
extractzip.js compress 2021-09-21 10:42:41 -05:00
libunrar.js Update to newest emulatorjs version, Remove visible "x" (#2) 2021-06-23 21:26:44 -05:00
libunrar.js.mem Fix RAR unarchiving 2021-11-25 17:22:19 -06:00
loader.js Version 3.1.5 (Netplay is back!) 2022-11-27 19:35:30 -06:00
README.md Fixed Style 2022-05-16 19:59:16 -04:00
v.json Update cores 2022-11-13 16:40:20 -06:00
version.json Version 3.1.5 (Netplay is back!) 2022-11-27 19:35:30 -06:00
webrtc-adapter.js Version 3.0.5 is finally here! 2022-09-24 12:50:44 -05: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.