mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #154 from lioncash/dyncom
vfp_helper: Get rid of integer type redefinitions
This commit is contained in:
		
						commit
						ae311eb3ef
					
				
					 1 changed files with 1 additions and 7 deletions
				
			
		|  | @ -38,15 +38,9 @@ | ||||||
| #include <stdint.h> | #include <stdint.h> | ||||||
| #include <stdio.h> | #include <stdio.h> | ||||||
| 
 | 
 | ||||||
|  | #include "common/common_types.h" | ||||||
| #include "core/arm/skyeye_common/armdefs.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_info //printf
 | ||||||
| #define pr_debug //printf
 | #define pr_debug //printf
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue