summaryrefslogtreecommitdiff
path: root/src/mods/fpscounter.c
AgeCommit message (Collapse)Author
2024-11-23disable Play_RenderFPSSonic Dreamcaster
2024-09-17Fixed all remaining compilation issuesKiritoDv
2024-05-25Player and Vs docs, some improvement to ve1 boss (#259)petrie911
* playerstuff * stuff * small fixes * Torch * torch update again
2024-05-17Fix some names, use setup DL enum, add dma offsets to srcjp (#254)petrie911
* cleanup * buffers * setupDLs and such
2024-04-20MOD: FPS COUNTER (#216)Alejandro Asenjo Nitti
* progress * working * move to Play_Draw * remove mods.h include from fox_hud * fix name * __floatundisf needed by GCC * Improve level select * __floatundisf in yaml for GCC * jump directly to level loading in Map_LevelSelect * comments * fix level select * AVOID_UB in audio * stable flags * fix UB in AudioHeap_DiscardSampleCaches co-authored-by: @petrie911 * fox_map fix * move frame counter a few pixels to the right * format * add measurement correction for overclocked N64s