Priest of the Order of the Butterfly
Posts: 628 from 2004/4/15
IngaSdl2 Engine is working well with your sdl2 port:
inga1.pnginga2.pngWhat is worth to mention from my side:
1. SDL_CreateRenderer with SDL_RENDERER_ACCELERATED or SDL_RENDERER_PRESENTVSYNC did not work. I needed to use SDL_RENDERER_SOFTWARE.
2. SDL_GetBasePath did not add the path separator at the end
see documentation:
* This returns an absolute path in UTF-8 encoding, and is guaranteed to
* end with a path separator ('\\' on Windows, '/' most other places).
Thx again beworld for the SDL2 port!
[ Edited by eliot 25.02.2021 - 08:28 ]regards
eliot