summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/ast.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-10-05 14:48:15 +0200
committerLioncash <mathew1800@gmail.com>2019-10-05 15:14:27 +0200
commit6c41d1cd7eadf1030c02d661d7f360b98f4a8943 (patch)
tree2ab00d25523ddae29e33fc8c81ce8bed62de18c4 /src/video_core/shader/ast.h
parentvideo_core/ast: Eliminate variable shadowing warnings (diff)
downloadyuzu-6c41d1cd7eadf1030c02d661d7f360b98f4a8943.tar
yuzu-6c41d1cd7eadf1030c02d661d7f360b98f4a8943.tar.gz
yuzu-6c41d1cd7eadf1030c02d661d7f360b98f4a8943.tar.bz2
yuzu-6c41d1cd7eadf1030c02d661d7f360b98f4a8943.tar.lz
yuzu-6c41d1cd7eadf1030c02d661d7f360b98f4a8943.tar.xz
yuzu-6c41d1cd7eadf1030c02d661d7f360b98f4a8943.tar.zst
yuzu-6c41d1cd7eadf1030c02d661d7f360b98f4a8943.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/shader/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/ast.h b/src/video_core/shader/ast.h
index d280ed143..5a77c60cb 100644
--- a/src/video_core/shader/ast.h
+++ b/src/video_core/shader/ast.h
@@ -332,7 +332,7 @@ public:
void Decompile();
- void ShowCurrentState(std::string state);
+ void ShowCurrentState(std::string_view state);
void SanityCheck();