ITotalJustice / notorious_beeg

gba emulator written in c++23
https://notorious-beeg.netlify.app/
GNU General Public License v3.0
41 stars 4 forks source link

[WEB] firefox mobile sdl init fails due to no gamepad support #90

Closed ITotalJustice closed 2 years ago

ITotalJustice commented 2 years ago

the fix is to use SDL_InitSubSystem on each flag and only fatal on needed flags. only required flag is VIDEO, rest should be optional, even audio.