Nexen v1.1.0
Performance Improvements
- Branchless CPU flag operations - NES, SNES, GB, PCE, SMS flag calculations now use branchless bit manipulation
- [[likely]]/[[unlikely]] annotations - Hot path branch prediction hints
- PPU rendering optimizations - Up to 38% faster
- C# UI allocation reduction - Memory-efficient code paths
Testing
- 659 unit tests (up from 421)
Notes
- Windows release built manually (CI/CD fixes in progress)
- Linux builds available via CI (AppImage x64/ARM64)
- macOS builds pending CI fixes
See CHANGELOG.md for full details.