mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	Some changes for gfx vtx duplication: - Only vanilla (read-only) stuff is duplicated - Stuff is duplicated only once, and uses a map rom->ram for next iterations - Stuff is restored to original values on network shutdown also fixes incorrect types in some extern declarations
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			190 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			190 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
python3 ./autogen/convert_structs.py $1
 | 
						|
python3 ./autogen/convert_functions.py $1
 | 
						|
python3 ./autogen/convert_constants.py $1
 | 
						|
python3 ./autogen/extract_display_lists.py $1
 |