mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	General: Remove usages of ARRAY_SIZE where applicable. (#5392)
Same behavior, but without our own boilerplate function.
This commit is contained in:
		
							parent
							
								
									f7aaa37bf2
								
							
						
					
					
						commit
						8ce81b19be
					
				
					 10 changed files with 35 additions and 29 deletions
				
			
		|  | @ -11,8 +11,6 @@ | |||
| #endif | ||||
| #include "common/common_types.h" | ||||
| 
 | ||||
| #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) | ||||
| 
 | ||||
| /// Textually concatenates two tokens. The double-expansion is required by the C preprocessor.
 | ||||
| #define CONCAT2(x, y) DO_CONCAT2(x, y) | ||||
| #define DO_CONCAT2(x, y) x##y | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue