EmulatorJS/data
2022-08-10 12:17:50 -05:00
..
cores Update psx and mame2003 cores 2022-08-09 18:32:56 -05:00
localization Add new languages! 2022-05-13 21:37:58 -06:00
minify n64 beta core?\! 2022-08-02 21:52:55 -05:00
old bug fixes 2022-05-06 16:21:08 +00:00
emu-css.css lots of work 2022-05-24 16:46:10 -05:00
emu-css.min.css minify 2022-05-24 16:48:02 -05:00
emu-main.js fixes 2022-08-10 12:17:50 -05:00
emulator.js Various bug fixes / add Arari 5200 / compile new cores to asmjs 2022-08-08 16:17:47 -05:00
emulator.min.js fixes 2022-08-10 12:17:50 -05: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 fixes 2022-08-10 12:17:50 -05:00
README.md Fixed Style 2022-05-16 19:59:16 -04:00
v.json Update psx and mame2003 cores 2022-08-09 18:32:56 -05:00
version.json add core options 2022-08-09 10:26:53 -05:00
webrtc-adapter.js Update to new webrtc adapter version 2022-02-11 13:09:17 -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.