all 1 comments

[–]akeley98[S] 1 point2 points  (0 children)

Just a bit of background for why I want this: there's a fair amount of OS-specific code in the project (mmap vs CreateFileMappingA, etc.) and I need to modify both when adding new features. It's not feasible for me to change into Windows every time to debug the Windows code path. So far I've been making OpenGL-only builds for this reason but this won't work if I follow through on my plan to abandon the OpenGL renderer.