mirror of
				https://github.com/Ultra-NX/UltraNX.git
				synced 2025-10-30 18:59:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			458 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			458 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # SnowRunner 1.0.40
 | |
| # BID: 54551AEABF6E1F41
 | |
| # Just search for 0x42055555 in case of REF not working
 | |
| 
 | |
| DECLARATIONS:
 | |
|   -
 | |
|     type: variable
 | |
|     name: dr_target
 | |
|     value_type: float
 | |
|     default_value: 33.333333
 | |
|     evaluate: FRAMETIME_TARGET
 | |
| MASTER_WRITE:
 | |
| # Redirect DR frametime target
 | |
| ## REF: 01 04 0C 5E 00 10 2E 1E
 | |
|   -
 | |
|     type: asm_a64
 | |
|     main_offset: 0x193CEA8
 | |
|     instructions: [
 | |
|       [adrp, x10, $dr_target],
 | |
|       [ldr, s2, [x10, $dr_target]]
 | |
|     ]
 |