binji / binjgb

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

Fix for #9 #10

Closed h3nnn4n closed 7 years ago

h3nnn4n commented 7 years ago

Changed SDL_INIT_EVERYTHING to SDL_INIT_VIDEO | SDL_INIT_AUDIO, allowing it to run on systems without full SDL.

binji commented 7 years ago

Thanks!