No description
Macros FRAMES_TO_MSF and MSF_TO_FRAMES come from SDL_cdrom library. SDL_cdrom was removed from SDL2 and these macros are used also in code not directly related to SDL_cdrom library, so a replacement is needed. Turns out output pointer type is different on Windows (int*) than it is on Linux (unsigned char*); given choice between using void* for parameters and a template function, I prefer template. |
||
|---|---|---|
| .github/workflows | ||
| docs | ||
| include | ||
| scripts | ||
| src | ||
| visualc_net | ||
| .gitignore | ||
| acinclude.m4 | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| INSTALL | ||
| Makefile.am | ||
| NEWS | ||
| README | ||
| README.md | ||
| THANKS | ||
| VERSION | ||