summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_jit_x64.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-08-15 22:51:32 +0200
committerbunnei <bunneidev@gmail.com>2015-08-16 00:03:27 +0200
commitdb97090cad236eeeb0909eb1d35cbece15e1f0a5 (patch)
tree9ea9a86da4027126914e69b12c24d2849fdb2c2d /src/video_core/shader/shader_jit_x64.h
parentRename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. (diff)
downloadyuzu-db97090cad236eeeb0909eb1d35cbece15e1f0a5.tar
yuzu-db97090cad236eeeb0909eb1d35cbece15e1f0a5.tar.gz
yuzu-db97090cad236eeeb0909eb1d35cbece15e1f0a5.tar.bz2
yuzu-db97090cad236eeeb0909eb1d35cbece15e1f0a5.tar.lz
yuzu-db97090cad236eeeb0909eb1d35cbece15e1f0a5.tar.xz
yuzu-db97090cad236eeeb0909eb1d35cbece15e1f0a5.tar.zst
yuzu-db97090cad236eeeb0909eb1d35cbece15e1f0a5.zip
Diffstat (limited to 'src/video_core/shader/shader_jit_x64.h')
-rw-r--r--src/video_core/shader/shader_jit_x64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/shader_jit_x64.h b/src/video_core/shader/shader_jit_x64.h
index 719a24210..b88f2a0d2 100644
--- a/src/video_core/shader/shader_jit_x64.h
+++ b/src/video_core/shader/shader_jit_x64.h
@@ -20,7 +20,7 @@ namespace Pica {
namespace Shader {
-using CompiledShader = void(void* state);
+using CompiledShader = void(void* registers);
/**
* This class implements the shader JIT compiler. It recompiles a Pica shader program into x86_64