mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
b4ac94a8fd
* Match/Improve more non matchings * Remove SET_NEXT_GAMESTATE from preserved macros
11 lines
211 B
TOML
11 lines
211 B
TOML
[preserve_macros]
|
|
"g[DS]P.*" = "void"
|
|
"gDma.*" = "void"
|
|
"G_IM_SIZ_.*" = "int"
|
|
"G_[AC]CMUX.*" = "int"
|
|
LOG = "void"
|
|
SET_FULLSCREEN_VIEWPORT = "void"
|
|
OPEN_DISPS = "void"
|
|
CLOSE_DISPS = "void"
|
|
ABS = "int"
|
|
SQ = "int"
|