mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
5e8e01f110
* z_view.c retail * Replace PERSPECTIVE_EDITOR_ACTIVE, adjust PRINTF selection condition * Macro-ify View_ErrorCheckEyePosition
29 lines
712 B
TOML
29 lines
712 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"
|
|
GRAPH_ALLOC = "void*"
|
|
LOG_UTILS_CHECK_NULL_POINTER = "void"
|
|
PRINTF = "void"
|
|
WORK_DISP = "void*"
|
|
POLY_OPA_DISP = "void*"
|
|
POLY_XLU_DISP = "void*"
|
|
OVERLAY_DISP = "void*"
|
|
"G_MTX_.*" = "int"
|
|
ABS = "int"
|
|
SQ = "int"
|
|
CLAMP = "int"
|
|
|
|
[decompme.compilers]
|
|
"tools/ido_recomp/linux/7.1/cc" = "ido7.1"
|
|
"tools/ido_recomp/macos/7.1/cc" = "ido7.1"
|
|
"tools/ido_recomp/windows/7.1/cc" = "ido7.1"
|
|
"tools/ido_recomp/linux/5.3/cc" = "ido5.3"
|
|
"tools/ido_recomp/macos/5.3/cc" = "ido5.3"
|
|
"tools/ido_recomp/windows/5.3/cc" = "ido5.3"
|