mirror of
				https://github.com/Ultra-NX/UltraNX.git
				synced 2025-10-30 18:59:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			611 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			611 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Remothered Tormented Fathers 1.3.0
 | |
| # BID: EB57CF3434044523
 | |
| # Game stores textures inside fixed size class, so it's hard to get triple buffer
 | |
| 
 | |
| ALL_FPS:
 | |
|   # Disable bUseFixedFrameRate and bSmoothFrameRate
 | |
|   -
 | |
|     type: write
 | |
|     address: [MAIN, 0x54C75F0, 0x770]
 | |
|     address_unsafe: true
 | |
|     value_type: uint32
 | |
|     value: 7
 | |
|   # t.MaxFPS
 | |
|   -
 | |
|     type: evaluate_write
 | |
|     address: [MAIN, 0x54C7F70, 0]
 | |
|     value_type: float
 | |
|     value: [FPS_LOCK_TARGET, FPS_LOCK_TARGET]
 | |
|   # r.VSync
 | |
|   -
 | |
|     type: write
 | |
|     address: [MAIN, 0x4C641D0, 0]
 | |
|     value_type: uint32
 | |
|     value: [0, 0]
 | |
|   -
 | |
|     type: block
 | |
|     what: timing |