mirror of https://github.com/zeldaret/oot.git
				
				
				
			Preserve NULL/true/false macros in permuter/decomp.me import (#2430)
This commit is contained in:
		
							parent
							
								
									d066586872
								
							
						
					
					
						commit
						260d92dfb6
					
				| 
						 | 
				
			
			@ -2,6 +2,9 @@ build_system = "make"
 | 
			
		|||
compiler_type = "ido"  # adjusts default weights for permuting
 | 
			
		||||
 | 
			
		||||
[preserve_macros]
 | 
			
		||||
NULL = "void"
 | 
			
		||||
true = "int"
 | 
			
		||||
false = "int"
 | 
			
		||||
"g[DS]P.*" = "void"
 | 
			
		||||
"gDma.*" = "void"
 | 
			
		||||
"a[A-Z].*" = "void"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue