barbudreadmon / fbalpha-backup-dontuse-ty

Deprecated port of Final Burn Alpha to Libretro (v0.2.97.43).
61 stars 43 forks source link

Fixing MSVC builds #216

Closed claudiuslollarius closed 6 years ago

claudiuslollarius commented 6 years ago

Not only was the UWP build broken, all MSVC builds were not passing the right parameters to link statically vs dynamically against the CRT

barbudreadmon commented 6 years ago

--fast-math is a good improvement on some drivers, not 100% sure but i think there is a msvc equivalent like this : /fp:fast. Try it and perhaps add it to this PR.