mirror of
				https://github.com/Zelda64Recomp/Zelda64Recomp.git
				synced 2025-10-30 08:03:03 +00:00 
			
		
		
		
	Update runtime to add DLL search path, enable strict mode in patch recompilation
This commit is contained in:
		
							parent
							
								
									1e792299c8
								
							
						
					
					
						commit
						806d9bc848
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -1 +1 @@
 | 
				
			||||||
Subproject commit 356b9f901e65dcde3b7368116f5a7e84087b07ef
 | 
					Subproject commit 46797d6cadca6ff78377e7065d073a176d988025
 | 
				
			||||||
| 
						 | 
					@ -16,3 +16,5 @@ output_binary_path = "patches/patches.bin"
 | 
				
			||||||
unpaired_lo16_warnings = false
 | 
					unpaired_lo16_warnings = false
 | 
				
			||||||
# Allow exporting functions and events for mods to use. 
 | 
					# Allow exporting functions and events for mods to use. 
 | 
				
			||||||
allow_exports = true
 | 
					allow_exports = true
 | 
				
			||||||
 | 
					# # Enable strict patch mode, validates that patched symbols exist and that non-patch functions aren't symbols.
 | 
				
			||||||
 | 
					strict_patch_mode = true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue