mirror of
				https://github.com/Zelda64Recomp/Zelda64Recomp.git
				synced 2025-10-30 08:03:03 +00:00 
			
		
		
		
	* 64 bit framebuffer for rt64 * Remove mention of motion blur cap from readme * Add graphics.json option to control high precision framebuffers, disable clamping alpha for accumulation blur when using high precision FBs * Increase dither noise strength at higher resolutions to make it more noticeable --------- Co-authored-by: Mr-Wiseguy <mrwiseguyromhacking@gmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __PATCH_GRAPHICS_H__
 | 
						|
#define __PATCH_GRAPHICS_H__
 | 
						|
 | 
						|
#include "patch_helpers.h"
 | 
						|
 | 
						|
DECLARE_FUNC(float, recomp_get_aspect_ratio, float);
 | 
						|
DECLARE_FUNC(s32, recomp_get_target_framerate, s32);
 | 
						|
DECLARE_FUNC(s32, recomp_high_precision_fb_enabled);
 | 
						|
DECLARE_FUNC(float, recomp_get_resolution_scale);
 | 
						|
 | 
						|
#endif
 |