raphnet / vspcplay

vspcplay, a visual spc player
http://vspcplay.raphnet.net/
29 stars 4 forks source link

Use SDL2 #24

Closed ProjectHSI closed 4 months ago

ProjectHSI commented 4 months ago

Uses SDL2, a more modern version of SDL (that's stable, SDL3 isn't.).

ProjectHSI commented 4 months ago

Commits that are unverified came from WSL, which doesn't have my signing certificate - Unverified status may be ignored.

ProjectHSI commented 4 months ago

Quick note here: MXE SDL2 has to be built manually - and if you're running Ubuntu Jammy or earlier, for the non-MXE builds, you will have to get SDL2 from the Debian APT repo (or build it yourself). Those two have SDL2.0 last time I checked, not SDL2.26 of which features I use (specifically the SDLMouseWheelEvent.mouseX and SDLMouseWheelEvent.mouseY property). If you don't use SDL2.26, it'll fail to compil.

raphnet commented 4 months ago

Thanks. I'll update the code to get rid of the version requirement.