HomeWildfire Games

Add support for HAIKU detection by the SDL.

Description

Add support for HAIKU detection by the SDL.

Event Timeline

libsdl.cpp
../../../source/lib/external_libraries/libsdl.cpp: In function ‘const char* GetSDLSubsystem(SDL_Window*)’:
../../../source/lib/external_libraries/libsdl.cpp:89:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   89 |   subsystem = "Haiku";
      |   ~~~~~~~~~~^~~~~~~~~
../../../source/lib/external_libraries/libsdl.cpp:92:2: note: here
   92 |  default:
      |  ^~~~~~~