Eein / sea-of-stars-tas

Rust implementation of SoS-TAS
MIT License
1 stars 0 forks source link

feat: add active to title seq manager #125

Closed Eein closed 3 weeks ago

Eein commented 3 weeks ago

This PR Adds

In the future, we will set this value on all managers for use under self.active (if singleton == 0x0) that way we can avoid updates the the controller entirely if no manager exists in ready for update.

Currently it checks and fails silently while unwrapping manager internals. (minor perf improvement.)