CryZe / livesplit-one-desktop

Prototype implementation of LiveSplit One for the Desktop.
https://livesplit.org/
60 stars 11 forks source link

Add Support for Auto Splitters #26

Closed CryZe closed 2 years ago

CryZe commented 2 years ago

This adds support for specifying and loading an auto splitter. There's also some other minor improvements such as using lld for linking on Windows, using mimalloc as the global allocator and fixing a bug where a minimized window would crash the application. Additionally this also increases the chunk size when transposing the colors, allowing for better code generation when AVX is active.