BinBashBanana / webretro

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

Core porting documentation #56

Open ghost opened 1 year ago

ghost commented 1 year ago

Do you think it is possible for you to add a core porting documentation?

Usually when i get interested in projects, I use them and immediately want to change every variable in the code. But for this project I want to know how to port some cores, so I can number one learn about emulation and wasm more as well as be a little helpful. I sure others will agree.

Many Thanks!

BinBashBanana commented 1 year ago

Some documentation is here, though it doesn't really cover porting. Mostly what needs to be done for individual cores is just to change some stuff in the makefile, then build and link, and hopefully you won't get any errors. The only exception to this is Mupen64Plus-Next.