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
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue