mirror of
				https://github.com/Ultra-NX/UltraNX.git
				synced 2025-10-30 18:59:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			367 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			367 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # LA Noire 1.2
 | |
| # BID: 40F973CE3B5EC8D7
 | |
| 
 | |
| ALL_FPS:
 | |
|   # Game speed
 | |
|   -
 | |
|     type: evaluate_write
 | |
|     address: [MAIN, 0x1A32900, 0xA0]
 | |
|     address_unsafe: true
 | |
|     value_type: float
 | |
|     value: "(FPS_TARGET * 2) / 1.001"
 | |
|   # Frameskipping (otherwise you will get slowdowns at framedrops)
 | |
|   -
 | |
|     type: write
 | |
|     address: [MAIN, 0x1A5BE70]
 | |
|     value_type: int8
 | |
|     value: 1
 |