mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-11-04 08:13:41 +00:00 
			
		
		
		
	vfp_helper: Get rid of integer type redefinitions
This commit is contained in:
		
							parent
							
								
									a7a57c04c6
								
							
						
					
					
						commit
						d155586801
					
				@ -38,15 +38,9 @@
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
 | 
			
		||||
#include "common/common_types.h"
 | 
			
		||||
#include "core/arm/skyeye_common/armdefs.h"
 | 
			
		||||
 | 
			
		||||
#define u16 uint16_t
 | 
			
		||||
#define u32 uint32_t
 | 
			
		||||
#define u64 uint64_t
 | 
			
		||||
#define s16 int16_t
 | 
			
		||||
#define s32 int32_t
 | 
			
		||||
#define s64 int64_t
 | 
			
		||||
 | 
			
		||||
#define pr_info //printf
 | 
			
		||||
#define pr_debug //printf
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user