mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
6528b2b5cf
* half * pm * dtor * pi and such * permuter settings * angles * float fix * macro * formatting * small thing
21 lines
434 B
TOML
21 lines
434 B
TOML
compiler_type = "ido"
|
|
|
|
[preserve_macros]
|
|
"g[DS]P.*" = "void"
|
|
"gs[DS]P.*" = "void"
|
|
"G_.*" = "int"
|
|
"M_.*" = "float"
|
|
"ARRAY_COUNT" = "int"
|
|
"[AB]_BUTTON" = "int"
|
|
"START_BUTTON" = "int"
|
|
"[LRZ]_TRIG" = "int"
|
|
"[ULRD]_JPAD" = "int"
|
|
"[ULRD]_CBUTTONS" = "int"
|
|
"SEGMENTED_TO_VIRTUAL" = "void*"
|
|
"OS_PHYSICAL_TO_K0" = "int"
|
|
"RAD_TO_DEG" = "float"
|
|
"DEG_TO_RAD" = "float"
|
|
"NULL" = "void*"
|
|
|
|
[decompme.compilers]
|
|
"tools/ido-recomp/linux/cc" = "ido5.3" |