mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	common_types: Remove unnecessary check for whether or not__func__ is defined
VS has supported this for quite a while.
This commit is contained in:
		
							parent
							
								
									17ad56c1dc
								
							
						
					
					
						commit
						e8e5041955
					
				| @ -27,12 +27,6 @@ | |||||||
| #include <array> | #include <array> | ||||||
| #include <cstdint> | #include <cstdint> | ||||||
| 
 | 
 | ||||||
| #ifdef _MSC_VER |  | ||||||
| #ifndef __func__ |  | ||||||
| #define __func__ __FUNCTION__ |  | ||||||
| #endif |  | ||||||
| #endif |  | ||||||
| 
 |  | ||||||
| typedef std::uint8_t u8;   ///< 8-bit unsigned byte
 | typedef std::uint8_t u8;   ///< 8-bit unsigned byte
 | ||||||
| typedef std::uint16_t u16; ///< 16-bit unsigned short
 | typedef std::uint16_t u16; ///< 16-bit unsigned short
 | ||||||
| typedef std::uint32_t u32; ///< 32-bit unsigned word
 | typedef std::uint32_t u32; ///< 32-bit unsigned word
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Lioncash
						Lioncash