summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/control_flow.h
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2021-04-06 02:01:01 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:26 +0200
commit20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9 (patch)
treee71f3fb568357d4c556ea0ee2ebf57f6fc3b3393 /src/shader_recompiler/frontend/maxwell/control_flow.h
parentvk_pipeline_cache: Fix num of pipeline workers on weird platforms (diff)
downloadyuzu-20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9.tar
yuzu-20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9.tar.gz
yuzu-20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9.tar.bz2
yuzu-20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9.tar.lz
yuzu-20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9.tar.xz
yuzu-20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9.tar.zst
yuzu-20ba0ea0a94fa915cad6392b3742d8e58e2fa0d9.zip
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/frontend/maxwell/control_flow.h1
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:
ObjectPool<Block>& block_pool;
boost::container::small_vector<Function, 1> functions;
FunctionId current_function_id{0};
+ Location program_start;
};
} // namespace Shader::Maxwell::Flow