summaryrefslogtreecommitdiff
path: root/src/libultra/gcc_fix
AgeCommit message (Collapse)Author
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
2024-04-15Initial GCC Support (#212)Alejandro Asenjo Nitti
* first try * progress * progress * gcc compiling, rom not booting yet * format * restore word compiler * comment * fix * fix * fix addresses for new splat * progress * splat * we don't need these anymore * gcc build seems stable now