libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.37k stars 1.84k forks source link

Web player emscripten more core like https://web.libretro.com/ #11252

Open antoinebou12 opened 4 years ago

antoinebou12 commented 4 years ago

First and foremost consider this:

Description

The web player on the official website https://web.libretro.com/ has a lot more emulator than the self-hosted version buildbot.libretro.com/nightly/emscripten buildbot.libretro.com/assets/frontend/bundle.zip official image self hosted image

Expected behavior

I except that the self-hosted version will have the same amount of core

Steps to reproduce the bug

https://github.com/libretro/RetroArch/blob/master/pkg/emscripten/README.md https://github.com/libretro/RetroArch/blob/7d64fdabf959da91ec2574333cd7fd531f976959/pkg/emscripten/README.md

Environment information

krisvek commented 4 years ago

The buildbot index.html just differs from the github index.html. You can modify the index.html to add whatever cores you want, or copy the github (web.libretro.com) version and use that, until the differences are explained or corrected. EDIT: Note that not all cores are available either, and the web.libretro.com example even appears to include some that are not available (Mupen64, gPSP, etc.). As of today, at least.

antoinebou12 commented 4 years ago

How can I add cores after do I just put them in the cores folder and cores have to be complied in emscripten or can I find them already complied in the buildbot

Not working core on https://web.libretro.com/

humbertodias commented 4 years ago

I have add successfully the freej2me core, following those steps https://github.com/hex007/freej2me/issues/93 and https://github.com/hex007/freej2me/issues/95