Kenix3 / libultraship

Porting games to the PC
MIT License
90 stars 64 forks source link

apply stormlib optimizations using cmake patching #571

Closed briaguya-ai closed 1 week ago

briaguya-ai commented 1 week ago

we had some optimizations on top of stormlib https://github.com/Kenix3/libultraship/commits/706036d482984bce58b43d0467002d6ca3432253/extern/StormLib

i forked stormlib and made a branch off of the version we're fetching (9.25), and made a commit re-applying the optimizations https://github.com/briaguya-ai/StormLib/tree/925-optimized

i then took that commit and made it into a patch, and updated the cmake file to apply that patch