diff options
Diffstat (limited to 'src/video_core/shader_environment.cpp')
| -rw-r--r-- | src/video_core/shader_environment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader_environment.cpp b/src/video_core/shader_environment.cpp index c93174519..a7a57a36f 100644 --- a/src/video_core/shader_environment.cpp +++ b/src/video_core/shader_environment.cpp | |||
| @@ -69,7 +69,7 @@ u32 GenericEnvironment::TextureBoundBuffer() const { | |||
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | u32 GenericEnvironment::LocalMemorySize() const { | 71 | u32 GenericEnvironment::LocalMemorySize() const { |
| 72 | return local_memory_size; | 72 | return local_memory_size + sph.common3.shader_local_memory_crs_size; |
| 73 | } | 73 | } |
| 74 | 74 | ||
| 75 | u32 GenericEnvironment::SharedMemorySize() const { | 75 | u32 GenericEnvironment::SharedMemorySize() const { |