mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-27 23:00:26 +00:00
9637e19303
* merge main * Match Init * Clear_Tag OK * Full documentation * More docs * Fix function * Fix MakeFile for assets and Fix texture swapped names * Fix name * Improve name and remove pad * Can't stop the minor tweeks * Adding potential Makefile fixes * Minor name change * Another name fix... and format * PR Suggestion & Add Overlay File Description * Re-documentation to match OoT WIP (more to come) * Finish docs from OoT * Fix merge and format * Minor touch-ups * Cleaner conditional
14 lines
243 B
TOML
14 lines
243 B
TOML
[preserve_macros]
|
|
"g[DS]P.*" = "void"
|
|
"gs[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"
|