mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
a0d2cceeca
* cleanups * Improve Audio_SequencePlayerProcessSequence * cleanup * labeling * progress on func_800E5000 * func_800F6268 * func_800ECDF8 * Improve func_800F2464 * reorder variables * labelling * non-equivalent func_800EEA50 * minor doc * func_800E6590 * minor doc * Reformat abi.h * Very slight improvements * func_800DC384 * func_800E1618 * formatting Co-authored-by: zelda2774 <zelda2774@invalid>
13 lines
242 B
TOML
13 lines
242 B
TOML
[preserve_macros]
|
|
"g[DS]P.*" = "void"
|
|
"gDma.*" = "void"
|
|
"a[A-Z].*" = "void"
|
|
"G_IM_SIZ_.*" = "int"
|
|
"G_[AC]C.*" = "int"
|
|
LOG = "void"
|
|
SET_FULLSCREEN_VIEWPORT = "void"
|
|
OPEN_DISPS = "void"
|
|
CLOSE_DISPS = "void"
|
|
ABS = "int"
|
|
SQ = "int"
|
|
CLAMP = "int"
|