libretro / RetroArch

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

[Feature Request] Add ParaLLel-N64 to the RetroArch WebPlayer #5613

Open anyputer opened 7 years ago

anyputer commented 7 years ago

I am not sure if this should be on ParaLLel-N64's repository but... can ParaLLel-N64 be added to the list of cores in the WebPlayer?

hizzlekizzle commented 7 years ago

I don't think we were able to get the webplayer to cooperate with GL-based cores.

anyputer commented 7 years ago

But why does Mupen64Plus exist on the WebPlayer then? Or Craft...

inactive123 commented 7 years ago

It worked before. The single thread code paths has probably long since ceased to work.

Problem is the web player is in its infancy, the menu toggle button does not even work properly. I pointed this out many times to my team members, nobody ever did anything about it.

anyputer commented 7 years ago

Yeah the menu toggle does not work anymore. I thought that it was just me!

ghost commented 7 years ago

@twinaphex The menu toggle was technically fixed in 3a5a2d9de6431fac32284a69e62a453cf5c4c980, the currently problem seems like a browser issue with handling the F1 key. If you set the menu toggle to something else (and the button on the webpage), it works fine.

anyputer commented 7 years ago

What about angrylion? I thought it worked for all the video drivers? It would still be pretty slow though even if it's multi-threaded....

inactive123 commented 7 years ago

Cached interpreter with angrylion could work, HOWEVER, we need a non-libco codepath, libco can't be made to work with Emscripten.