mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	common/color: Migrate code over to the Common namespace
No external code makes use of this header, so we can freely change the namespace.
This commit is contained in:
		
							parent
							
								
									94d0399876
								
							
						
					
					
						commit
						81bf21283f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -10,7 +10,7 @@ | |||
| #include "common/swap.h" | ||||
| #include "common/vector_math.h" | ||||
| 
 | ||||
| namespace Color { | ||||
| namespace Common::Color { | ||||
| 
 | ||||
| /// Convert a 1-bit color component to 8 bit
 | ||||
| [[nodiscard]] constexpr u8 Convert1To8(u8 value) { | ||||
|  | @ -268,4 +268,4 @@ inline void EncodeX24S8(u8 stencil, u8* bytes) { | |||
|     bytes[3] = stencil; | ||||
| } | ||||
| 
 | ||||
| } // namespace Color
 | ||||
| } // namespace Common::Color
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue