BinBashBanana / webretro

RetroArch in your browser
https://binbashbanana.github.io/webretro/
MIT License
249 stars 350 forks source link

include BIOS files: should or should not? #62

Closed foxsouns closed 1 year ago

foxsouns commented 1 year ago

thinking of including only the bios files used by the current corelist into a folder somewhere in the repo, as this makes dynamic loading easier, and would no longer depend on another repo to continue existing. thinking putting them in ./bundle/BIOS/: any objections/recommendations? should i use somewhere else?

foxsouns commented 1 year ago

(this would be something for my own fork: to be included whenever that gets pushed)

foxsouns commented 1 year ago

.. actually: im going to impliment it there, and if there are any issues i could just as easily revert/change locations. closing.

foxsouns commented 1 year ago

actually (again): thats a lot of files!! more than i expected: guess that it's fine for now to use it as a crutch and just dynamically dl what we need.