VideoCore/Shader: Rename shader_jit_x64{ => _compiler}.{cpp,h}
This commit is contained in:
		@@ -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;
 | 
			
		||||
		Reference in New Issue
	
	Block a user