Closed AdoPi closed 1 week ago
I think gbcc+gtk build and gbcc+sdl build should be independent from each others. In gtk.h there is a #include <SDL2/SDL.h>.
#include <SDL2/SDL.h>
Am I right?
I see SDL is used for SDL_GameController, SDL_Haptic but not for creating window or graphics. I guess there is no alternative in GTK to manage a game controller or haptic.
I think gbcc+gtk build and gbcc+sdl build should be independent from each others. In gtk.h there is a
#include <SDL2/SDL.h>
.Am I right?