Skip to content

Fix build errors when building without SDL

Hanicef requested to merge Hanicef/SRB2:fix-no-sdl-build into next

When uncapped was merged, some functions were not added to the dummy files that is normally used when building without SDL, which caused compilation issues. This adds and moves these functions so they're present on dummy builds.

Merge request reports