mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Move video_core/color.h to common/color.h
This commit is contained in:
		
							parent
							
								
									5df2d1b5f7
								
							
						
					
					
						commit
						76690392bf
					
				
					 8 changed files with 8 additions and 6 deletions
				
			
		|  | @ -9,10 +9,11 @@ | |||
| #include <QPushButton> | ||||
| #include <QSpinBox> | ||||
| 
 | ||||
| #include "common/color.h" | ||||
| 
 | ||||
| #include "core/hw/gpu.h" | ||||
| #include "core/memory.h" | ||||
| 
 | ||||
| #include "video_core/color.h" | ||||
| #include "video_core/pica.h" | ||||
| #include "video_core/utils.h" | ||||
| 
 | ||||
|  |  | |||
|  | @ -24,6 +24,7 @@ set(HEADERS | |||
|             bit_field.h | ||||
|             break_points.h | ||||
|             chunk_file.h | ||||
|             color.h | ||||
|             common_funcs.h | ||||
|             common_paths.h | ||||
|             common_types.h | ||||
|  |  | |||
|  | @ -2,6 +2,7 @@ | |||
| // Licensed under GPLv2 or any later version
 | ||||
| // Refer to the license.txt file included.
 | ||||
| 
 | ||||
| #include "common/color.h" | ||||
| #include "common/common_types.h" | ||||
| 
 | ||||
| #include "core/arm/arm_interface.h" | ||||
|  | @ -22,7 +23,6 @@ | |||
| #include "video_core/command_processor.h" | ||||
| #include "video_core/utils.h" | ||||
| #include "video_core/video_core.h" | ||||
| #include "video_core/color.h" | ||||
| 
 | ||||
| namespace GPU { | ||||
| 
 | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ set(HEADERS | |||
|             renderer_opengl/pica_to_gl.h | ||||
|             renderer_opengl/renderer_opengl.h | ||||
|             clipper.h | ||||
|             color.h | ||||
|             command_processor.h | ||||
|             gpu_debugger.h | ||||
|             hwrasterizer_base.h | ||||
|  |  | |||
|  | @ -17,11 +17,11 @@ | |||
| #include <nihstro/shader_binary.h> | ||||
| 
 | ||||
| #include "common/assert.h" | ||||
| #include "common/color.h" | ||||
| #include "common/file_util.h" | ||||
| #include "common/math_util.h" | ||||
| #include "common/vector_math.h" | ||||
| 
 | ||||
| #include "video_core/color.h" | ||||
| #include "video_core/pica.h" | ||||
| #include "video_core/utils.h" | ||||
| #include "video_core/video_core.h" | ||||
|  |  | |||
|  | @ -4,6 +4,7 @@ | |||
| 
 | ||||
| #include <algorithm> | ||||
| 
 | ||||
| #include "common/color.h" | ||||
| #include "common/common_types.h" | ||||
| #include "common/math_util.h" | ||||
| #include "common/profiler.h" | ||||
|  | @ -13,7 +14,6 @@ | |||
| 
 | ||||
| #include "debug_utils/debug_utils.h" | ||||
| #include "math.h" | ||||
| #include "color.h" | ||||
| #include "pica.h" | ||||
| #include "rasterizer.h" | ||||
| #include "vertex_shader.h" | ||||
|  |  | |||
|  | @ -2,10 +2,11 @@ | |||
| // Licensed under GPLv2 or any later version
 | ||||
| // Refer to the license.txt file included.
 | ||||
| 
 | ||||
| #include "common/color.h" | ||||
| 
 | ||||
| #include "core/settings.h" | ||||
| #include "core/hw/gpu.h" | ||||
| 
 | ||||
| #include "video_core/color.h" | ||||
| #include "video_core/pica.h" | ||||
| #include "video_core/utils.h" | ||||
| #include "video_core/renderer_opengl/gl_rasterizer.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue