summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/VFR.h
AgeCommit message (Collapse)Author
2023-07-01Added VFR::getDeltaFrame (#122)Briggs Baltzell
* Added getDeltaFrame and changed getDeltaTime * Replaced getDeltaTime usages with getDeltaFrame * Moved getDeltaTime above getDeltaFrame
2022-10-13ksys: Refactor VFRVec3f::chase into reusable/inlinable functionLéo Lam
Might be useful for https://decomp.me/scratch/n58lh
2022-06-19ksys::ProductReporter (#93)ConorB
Co-authored-by: ConorBobbleHat <ConorBobbleHat>
2022-03-04ksys: Add CoreInfo to avoid hardcoding number of cores everywhereLéo Lam
2021-10-10Update misc files to match sead math changesThePixelGamer
2021-05-13ksys: Fix some VFR functions not being inlineLéo Lam
2021-01-25ksys: Rename VFR members, functions and types for clarityLéo Lam
2021-01-25ksys: Add VFR stopwatch utilitiesLéo Lam
2021-01-24ksys: Start adding VFRLéo Lam