diff options
| author | 2021-04-06 02:01:01 +0200 | |
|---|---|---|
| committer | 2021-07-22 21:51:26 -0400 | |
| commit | 20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9 (patch) | |
| tree | e71f3fb568357d4c556ea0ee2ebf57f6fc3b3393 /src/shader_recompiler/frontend/maxwell/control_flow.h | |
| parent | vk_pipeline_cache: Fix num of pipeline workers on weird platforms (diff) | |
| download | yuzu-20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9.tar.gz yuzu-20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9.tar.xz yuzu-20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9.zip | |
shader: Fix BRX tracking
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/control_flow.h')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/control_flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/control_flow.h b/src/shader_recompiler/frontend/maxwell/control_flow.h index 466b14198..9f570fbb5 100644 --- a/src/shader_recompiler/frontend/maxwell/control_flow.h +++ b/src/shader_recompiler/frontend/maxwell/control_flow.h | |||
| @@ -157,6 +157,7 @@ private: | |||
| 157 | ObjectPool<Block>& block_pool; | 157 | ObjectPool<Block>& block_pool; |
| 158 | boost::container::small_vector<Function, 1> functions; | 158 | boost::container::small_vector<Function, 1> functions; |
| 159 | FunctionId current_function_id{0}; | 159 | FunctionId current_function_id{0}; |
| 160 | Location program_start; | ||
| 160 | }; | 161 | }; |
| 161 | 162 | ||
| 162 | } // namespace Shader::Maxwell::Flow | 163 | } // namespace Shader::Maxwell::Flow |