aboutsummaryrefslogtreecommitdiff
path: root/vendor/hare-sdl2/sdl2/errors.ha (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-23fix: broken FX0A instruction implementationPolesznyák Márk1-11/+8
2026-02-23fix: incorrectly implemented instructions (8XY6, 8XYE)Polesznyák Márk1-7/+9
Also reset VF for 8XY1, 8XY2 and 8XY3
2026-02-22refactor: get rid of unused SDL_AudioFormat definesPolesznyák Márk2-22/+4
2026-02-21feat: add audioPolesznyák Márk2-18/+93
2026-02-20chore: build in release modePolesznyák Márk1-1/+1
2026-02-20refactor: increase default scale and clockspeedPolesznyák Márk1-2/+2
2025-10-21Add ! after c::fromstr calls to handle nomemHaelwenn (lanodan) Monnier3-4/+4
Lazy way out, might be better to change API either by returning nomem or using `*char` as parameter so it's caller controlled instead of `str`.
2025-01-13sdl2/rwops: assert on allocation failureDrew DeVault1-1/+1
2024-11-18Add SDL text input wrappersDrew DeVault1-0/+2
2024-11-03Add SDL_GL_GetDrawableSizeDrew DeVault1-0/+1
2024-10-26Add SDL_GL_SetSwapIntervalDrew DeVault1-0/+1