binji / binjgb

Gameboy emulator implemented in C, that also runs in the browser
https://binji.github.io/binjgb/
MIT License
545 stars 62 forks source link

SDL_INIT_EVERYTHING is not needed #9

Closed h3nnn4n closed 7 years ago

h3nnn4n commented 7 years ago

Calling SDL_Init(SDL_INIT_EVERYTHING) is not needed and will fail on some systems that doesn't have all SDL components installed.

h3nnn4n commented 7 years ago

Fixed.