Starship/tools/permuter_settings.toml

42 lines
832 B
TOML
Raw Normal View History

2023-10-16 19:52:40 +03:00
compiler_type = "ido"
[preserve_macros]
"g[DS]P.*" = "void"
"gs[DS]P.*" = "void"
"G_.*" = "int"
"M_.*" = "float"
"ARRAY_COUNT" = "int"
"ARRAY_COUNTU" = "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*"
"RAND_F.*" = "float"
"RAND_I.*" = "int"
"RAND_D.*" = "double"
"RAND_RANGE" = "float"
"SIN_DEG" = "float"
"COS_DEG" = "float"
"SIGN_OF" = "int"
"ABS" = "int"
"ABSF" = "float"
"true" = "int"
"false" = "int"
"DMG_.*" = "int"
"AUDIOCMD_.*" = "void"
"SEQCMD_.*" = "void"
"a[A-Z].*" = "void"
"ALIGN.*" = "int"
"OS_K0_TO_PHYSICAL" = "int"
2024-03-18 06:23:01 +03:00
"AUDIO_PLAY_SFX" = "void"
"NA_.*" = "int"
2023-10-16 19:52:40 +03:00
[decompme.compilers]
"tools/ido-recomp/linux/cc" = "ido5.3"