dxx-rebirth/common/arch/sdl
Kp 0142c02edd Use Mix_LoadMUSType_RW for named files, too
When a file name is available, use SDL_RWFromFile + Mix_LoadMUSType_RW,
rather than calling Mix_LoadMUS(filename).  This allows the calling code
to be more consistent.
2022-03-19 22:55:58 +00:00
..
digi_mixer_music.cpp Use Mix_LoadMUSType_RW for named files, too 2022-03-19 22:55:58 +00:00
event.cpp Move joystick interpretation to happen after the event loop 2022-02-27 14:23:53 +00:00
joy.cpp Explicitly require support for C++11 constructor inheritance 2022-01-09 15:25:42 +00:00
key.cpp SDL2: explicitly ignore unwanted key repeats 2020-10-12 03:28:26 +00:00
mouse.cpp Use enum class for MBTN_* constants 2022-02-27 14:23:53 +00:00
rbaudio.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
timer.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
window.cpp Move window_is_visible,window_set_visible to be window methods 2021-11-01 03:37:18 +00:00