mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	common_funcs: Remove check for VS versions that we don't even support
We don't support any VS versions that don't already have snprintf in the standard library implementation.
This commit is contained in:
		
							parent
							
								
									17ad56c1dc
								
							
						
					
					
						commit
						902fc61ef8
					
				@ -74,11 +74,6 @@ inline u64 _rotr64(u64 x, unsigned int shift) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#else // _MSC_VER
 | 
					#else // _MSC_VER
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if (_MSC_VER < 1900)
 | 
					 | 
				
			||||||
// Function Cross-Compatibility
 | 
					 | 
				
			||||||
#define snprintf _snprintf
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Locale Cross-Compatibility
 | 
					// Locale Cross-Compatibility
 | 
				
			||||||
#define locale_t _locale_t
 | 
					#define locale_t _locale_t
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user