mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Match/Improve more non matching functions (#366)
* Match/Improve more non matchings * Remove SET_NEXT_GAMESTATE from preserved macros
This commit is contained in:
parent
2a2fdf7f3e
commit
b4ac94a8fd
25 changed files with 138 additions and 3869 deletions
|
@ -1,8 +1,11 @@
|
|||
[preserve_macros]
|
||||
"g[DS]P.*" = "void"
|
||||
"gDma.*" = "void"
|
||||
"G_IM_SIZ_.*" = "int"
|
||||
"G_[AC]CMUX.*" = "int"
|
||||
LOG = "void"
|
||||
SET_FULLSCREEN_VIEWPORT = "void"
|
||||
OPEN_DISPS_INNER = "void"
|
||||
OPEN_DISPS = "void"
|
||||
CLOSE_DISPS = "void"
|
||||
ABS = "int"
|
||||
SQ = "int"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue