mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	VideoCore/Shader: Rename shader_jit_x64{ => _compiler}.{cpp,h}
This commit is contained in:
		
							parent
							
								
									dd4a1672a7
								
							
						
					
					
						commit
						8eefc62833
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -50,10 +50,10 @@ set(HEADERS | |||
| 
 | ||||
| if(ARCHITECTURE_x86_64) | ||||
|     set(SRCS ${SRCS} | ||||
|             shader/shader_jit_x64.cpp) | ||||
|             shader/shader_jit_x64_compiler.cpp) | ||||
| 
 | ||||
|     set(HEADERS ${HEADERS} | ||||
|             shader/shader_jit_x64.h) | ||||
|             shader/shader_jit_x64_compiler.h) | ||||
| endif() | ||||
| 
 | ||||
| create_directory_groups(${SRCS} ${HEADERS}) | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ | |||
| #include "video_core/shader/shader.h" | ||||
| #include "video_core/shader/shader_interpreter.h" | ||||
| #ifdef ARCHITECTURE_x86_64 | ||||
| #include "video_core/shader/shader_jit_x64.h" | ||||
| #include "video_core/shader/shader_jit_x64_compiler.h" | ||||
| #endif // ARCHITECTURE_x86_64
 | ||||
| #include "video_core/video_core.h" | ||||
| 
 | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ | |||
| #include "video_core/pica_state.h" | ||||
| #include "video_core/pica_types.h" | ||||
| #include "video_core/shader/shader.h" | ||||
| #include "video_core/shader/shader_jit_x64.h" | ||||
| #include "video_core/shader/shader_jit_x64_compiler.h" | ||||
| 
 | ||||
| using namespace Common::X64; | ||||
| using namespace Xbyak::util; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue