dxx-rebirth/common/arch/sdl
Kp 2099c54ac7 Remove mix_play_file use of PHYSFSX_getRealPath
If the file is accessible via PhysFS, the next branch, based on
PHYSFS_openRead, will find it and use it.  If it is not accessible via
PhysFS, then attempting to resolve its path would fail.  Thus, this
attempt is redundant regardless of whether the file is reachable by
PhysFS.  Remove it.
2022-03-19 22:55:58 +00:00
..
digi_mixer_music.cpp Remove mix_play_file use of PHYSFSX_getRealPath 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
mouse.cpp Use enum class for MBTN_* constants 2022-02-27 14:23:53 +00:00
rbaudio.cpp
timer.cpp
window.cpp Move window_is_visible,window_set_visible to be window methods 2021-11-01 03:37:18 +00:00