Commit Graph

4 Commits

Author SHA1 Message Date
Susko3 120eb3d181 Migrate custom patch to friendly overloads
Some changes are still required.
2024-04-15 19:40:55 +02:00
Susko3 9e9350323e Regenerate patch to resolve conflicts and include `base-commit`
Path formatted with
```sh
git format-patch --base HEAD^ HEAD^
```
2024-04-15 19:37:06 +02:00
Susko3 a19e75b298 Change SDL sources to use more proper types
This helps consumers avoid having to do ugly casts
as was previously done in `SDL_quit.cs`.

It's very important that the underlying type doesn't change
as that might break ABI compat.
2024-04-06 14:43:18 +02:00
Susko3 a4ecfd1c75 Fix invalid `int` -> `SDL_bool` conversion by manually changing SDL headers 2024-04-06 13:33:00 +02:00