You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/sound
Michael Lutz ee57afc285 Fix #9463: [Win32] Try to work around XAudio2 crashes by catching SEH exceptions.
If an exceptions is thrown during context creation, just declare the XAudio
driver as unusable. The driver logic will try to find an alternative for us.
3 years ago
..
CMakeLists.txt Codechange: Make codestyle for CMake files consistent for 'control' statements 4 years ago
allegro_s.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
allegro_s.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
cocoa_s.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
cocoa_s.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
null_s.cpp Cleanup: Removed SVN headers 5 years ago
null_s.h Fix: useless warning with -snull and no BaseSounds available (#8361) 4 years ago
sdl2_s.cpp Codechange: Use std::string in the driver and blitter selection code. 4 years ago
sdl_s.cpp Codechange: Use std::string in the driver and blitter selection code. 4 years ago
sdl_s.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
sound_driver.hpp Fix: useless warning with -snull and no BaseSounds available (#8361) 4 years ago
win32_s.cpp Codechange: [WIN32] Use VersionHelpers where appropriate 3 years ago
win32_s.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
xaudio2_s.cpp Fix #9463: [Win32] Try to work around XAudio2 crashes by catching SEH exceptions. 3 years ago
xaudio2_s.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago