summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_jit_x64.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-04-13 05:35:36 +0200
committerbunnei <bunneidev@gmail.com>2016-04-14 05:04:53 +0200
commitd7fe2784cca9c13d1f79f4063691fc4ced1c4759 (patch)
tree7bb6c9fd8e9a659369e92661478925512ac8eddd /src/video_core/shader/shader_jit_x64.h
parentshader_jit_x64.cpp: Rename JitCompiler to JitShader. (diff)
downloadyuzu-d7fe2784cca9c13d1f79f4063691fc4ced1c4759.tar
yuzu-d7fe2784cca9c13d1f79f4063691fc4ced1c4759.tar.gz
yuzu-d7fe2784cca9c13d1f79f4063691fc4ced1c4759.tar.bz2
yuzu-d7fe2784cca9c13d1f79f4063691fc4ced1c4759.tar.lz
yuzu-d7fe2784cca9c13d1f79f4063691fc4ced1c4759.tar.xz
yuzu-d7fe2784cca9c13d1f79f4063691fc4ced1c4759.tar.zst
yuzu-d7fe2784cca9c13d1f79f4063691fc4ced1c4759.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 005fbdbe3..cd6280ade 100644
--- a/src/video_core/shader/shader_jit_x64.h
+++ b/src/video_core/shader/shader_jit_x64.h
@@ -94,7 +94,7 @@ private:
* Assertion evaluated at compile-time, but only triggered if executed at runtime.
* @param msg Message to be logged if the assertion fails.
*/
- void RuntimeAssert(bool condition, const char* msg);
+ void Compile_Assert(bool condition, const char* msg);
/**
* Analyzes the entire shader program for `CALL` instructions before emitting any code,