philj56 / gbcc

Cross-platform Game Boy emulator written in C
https://gbcc.github.io
Other
48 stars 8 forks source link

gbcc GTK build depends on SDL #55

Closed AdoPi closed 1 week ago

AdoPi commented 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>.

Am I right?

AdoPi commented 1 week ago

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.