SDL_mixer icon indicating copy to clipboard operation
SDL_mixer copied to clipboard

Official MSVC Builds Lack Support for Tracker Modules

Open Altazimuth opened this issue 1 year ago • 3 comments

Appears to be a regression since versions after 2.0.4. Tried to update to 2.6.3 but having troubles with Mix_LoadMUS_RW on module files (in this case an IT module). I tried compiling the 2.6.3 source myself using CMake and Visual Studio so I could debug it properly myself, but I get different results than what happens with the official releases. How are official SDL_mixer releases being compiled? I'd like to be able to figure out exactly what's going wrong here that modules are considered an unrecognised format, as maybe then I can help fix the issue.

Altazimuth avatar Apr 07 '23 09:04 Altazimuth