You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think binjgb may be a good fit to port as an emulation core. It's performance focused (designed to compile to WASM) and has a lot more features and compatibility than libqboy, including GBC support. It may require a bit more effort to integrate into a Qt GUI (simply because it only has an SDL implementation included) but the "host" API the core uses is abstracted enough that you probably won't have to worry too much about stripping the SDL dependencies.
The text was updated successfully, but these errors were encountered:
I think binjgb may be a good fit to port as an emulation core. It's performance focused (designed to compile to WASM) and has a lot more features and compatibility than libqboy, including GBC support. It may require a bit more effort to integrate into a Qt GUI (simply because it only has an SDL implementation included) but the "host" API the core uses is abstracted enough that you probably won't have to worry too much about stripping the SDL dependencies.
The text was updated successfully, but these errors were encountered: