From d7fe2784cca9c13d1f79f4063691fc4ced1c4759 Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 12 Apr 2016 23:35:36 -0400 Subject: shader_jit_x64: Rename RuntimeAssert to Compile_Assert. --- src/video_core/shader/shader_jit_x64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/shader/shader_jit_x64.h') 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, -- cgit v1.2.3