Closed RobLoach closed 1 year ago
Thanks!
Thanks for the merge! I saw you've been doing some libretro stuff too... I used PeanutGB in pntr_peanutgb, which makes PeanutGB work in a libretro core :wink:
Been thinking about how to handle minigb_apu in it, since the framework targets libretro, SDL and raylib.
The emscripten build worked! Nicely done on PeanutGB. Such a nice set up. https://robloach.github.io/pntr_peanutgb/
Great work! 😁 Thanks for your interest in Peanut-GB. I slowed down work on this project, but I still want to write a good debugger for it so I can fix more compatibility issues (which there are a lot of). And then there's the CGB support. But I'm happy that people can use Peanut-GB in its current state.
Discovered not all versions of SDL have SDL_HINT_WINDOWS_DPI_AWARENESS available. This change only sets the hint if it's available.