summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_core/engines/shader_header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/shader_header.h b/src/video_core/engines/shader_header.h
index 99c34649f..cf2b76ff6 100644
--- a/src/video_core/engines/shader_header.h
+++ b/src/video_core/engines/shader_header.h
@@ -106,7 +106,7 @@ struct Header {
106 } ps; 106 } ps;
107 }; 107 };
108 108
109 u64 GetLocalMemorySize() { 109 u64 GetLocalMemorySize() const {
110 return (common1.shader_local_memory_low_size | 110 return (common1.shader_local_memory_low_size |
111 (common2.shader_local_memory_high_size << 24)); 111 (common2.shader_local_memory_high_size << 24));
112 } 112 }