mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	loader: Make MakeMagic constexpr
This commit is contained in:
		
							parent
							
								
									b83e95727f
								
							
						
					
					
						commit
						c99f47d8f0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -74,7 +74,7 @@ enum class ResultStatus { | |||
|     ErrorEncrypted, | ||||
| }; | ||||
| 
 | ||||
| static inline u32 MakeMagic(char a, char b, char c, char d) { | ||||
| constexpr u32 MakeMagic(char a, char b, char c, char d) { | ||||
|     return a | b << 8 | c << 16 | d << 24; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue