Ryan Kuba
Ryan Kuba
I am gonna link this to https://github.com/vadimpronin/guacamole-lite/issues/30 I think we might be running into the same stuff here, not sure if file/audio streams are functional.
I am running into this trying to embed in docker, from a security standpoint I understand the logic waterfall to assume localhost. I think the best approach might be to...
This change is for the web bundles I have not made any changes to the command line codebase
This is fixed at head, you will need to adjust the "MEMORY" flag in the Makefile.emscripten for the frontend when building though.
Here is reference code for the cores I built. https://github.com/linuxserver/libretro-cores Released as tarball here: https://github.com/linuxserver/libretrojs Outside of the data directory change for the wasm file location they should be plug...
This is as far as I could get with Glupen: https://ipfs.infura.io/ipfs/QmfWEGQFoBxi4YQ49KCimTAK9jpgdUf1HvxgoqxjXVXMtf?filename=glupen64.zip It builds and loads, but complains about the functions defined in glsm.c and crashes:  Source: (built with emsdk...
So I did not get anywhere with Glupen, but did find a change that actually modified the output and got a bit further. I was interested if it made a...
So I guess goal achieved, I went back in time and got an angrylion emscripten build. Forked here: https://github.com/thelamer/parallel-n64/tree/angrylion Honestly it is not far off on modern systems especially an...
I got threading to work with the latest emsdk (3.1.0), this allows building against head of https://github.com/libretro/parallel-n64: https://user-images.githubusercontent.com/1852688/147839990-2b1d8cb3-8fc5-4d17-8f6d-7971159d213c.mp4 It is pretty basic changes to the make section of the core:...
Bumped down to 320x240 for the resolution, this is really close to being playable. https://user-images.githubusercontent.com/1852688/147858795-4fdc885d-3fa6-497b-8225-28e629f38d00.mp4