diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-04-20 16:18:09 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 16:18:09 -0300 |
| commit | 1272524325c5e0bbd33be3296d34c6cdad3e4c92 (patch) | |
| tree | 30a1872ac79f92b2349b613f1f6e91a9695bcbb7 /yamls | |
| parent | 7969da8a9db22964d4f33c6061d39839c225a53c (diff) | |
MOD: FPS COUNTER (#216)
* 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
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/main.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yamls/us/main.yaml b/yamls/us/main.yaml index 98f9b483..c80f1b94 100644 --- a/yamls/us/main.yaml +++ b/yamls/us/main.yaml @@ -47,6 +47,9 @@ - [0x206B0, c, libc_math64] - [0x20A60, hasm, libc_math64_fp] + # GCC + - [auto, c, libultra/gcc_fix/__floatundisf] + # Libultra - [0x20BC0, c, libultra/io/controller] - [0x20F80, c, libultra/io/contreaddata] |
