mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
2a9225763b
* Decompile En_Mag * Document En_Mag * Address some review comments
12 lines
222 B
TOML
12 lines
222 B
TOML
[preserve_macros]
|
|
"g[DS]P.*" = "void"
|
|
"gDma.*" = "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"
|