Fix build errors when building without SDL
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
Activity
added 1 commit
- d42d1e9a - fixup! Fix build errors when building without SDL
marked this merge request as draft from Hanicef/SRB2@d42d1e9a
added 1 commit
- 4bc7b2da - fixup! fixup! Fix build errors when building without SDL
I don't have Visual Studio either, sorry.
But, src/sdl/Srb2SDL-vc10.vcxproj seems to list files in alphabetical order, so you might want to move u_list to just before v_video for both .c and .h. (This probably doesn't affect anything, but consistency is nice.)Also, you forgot to edit src/sdl/Srb2SDL-vc10.vcxproj.filters. I'm not sure how it should be ordered after you remove the "hardware" part of the paths, and I'm not sure what filter you should use instead of
Hw_Hardware
. (The possible filters are listed at the top of the file.)
added 1 commit
- 8bddf0f0 - fixup! fixup! fixup! Fix build errors when building without SDL
marked this merge request as draft from Hanicef/SRB2@8bddf0f0
mentioned in commit ee670705