summaryrefslogtreecommitdiff
path: root/permuter_settings.toml
diff options
context:
space:
mode:
Diffstat (limited to 'permuter_settings.toml')
-rw-r--r--permuter_settings.toml27
1 files changed, 0 insertions, 27 deletions
diff --git a/permuter_settings.toml b/permuter_settings.toml
deleted file mode 100644
index 96202e62e..000000000
--- a/permuter_settings.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-# Optional configuration file for import.py. Put it in the root or in tools/
-# of the repo you are importing from.
-
-compiler_type = "ido"
-
-[decompme.compilers]
-"tools/ido-recomp/linux/cc" = "ido5.3"
-
-[preserve_macros]
-"gs?DP.*" = "void"
-"gs?SP.*" = "void"
-"G_.*" = "int"
-"VIRTUAL_.*" = "unsigned int"
-"PHYSICAL_.*" = "unsigned int"
-"TIME_TRIAL_.*" = "int"
-"TEXT_.*" = "int"
-"OS_.*" = "int"
-"SEGMENT_.*" = "int"
-"ACTOR_.*" = "int"
-"A_[A-Z]+" = "int"
-"a[A-Za-z]+" = "void"
-"_SHIFT[LR]" = "void"
-"ALIGN.*" = "int"
-"aClearBuffer" = "void"
-"aEnvSetup1" = "void"
-"aEnvSetup2" = "void"
-"aEnvMixer" = "void"