mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
negative_bloom
This commit is contained in:
@ -31,9 +31,10 @@ namespace MM::Services {
|
||||
SDLService::SDLService(uint32_t _sdl_init_flags) {
|
||||
MM::Logger::initSectionLogger("SDLService");
|
||||
|
||||
//#ifdef __EMSCRIPTEN__
|
||||
//_sdl_init_flags &= ~SDL_INIT_HAPTIC;
|
||||
//#endif
|
||||
#ifdef __EMSCRIPTEN__
|
||||
_sdl_init_flags &= ~SDL_INIT_HAPTIC;
|
||||
#endif
|
||||
|
||||
#if 1 // hack for mingw + wine
|
||||
_sdl_init_flags &= ~SDL_INIT_SENSOR;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user