summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader.cpp
diff options
context:
space:
mode:
authorJannik Vogel <email@jannikvogel.de>2016-05-12 10:25:38 +0200
committerJannik Vogel <email@jannikvogel.de>2016-05-12 19:05:42 +0200
commit7e756faaba5b706142266c52e621534c0ff46c67 (patch)
tree878b9bd2fb115e68b710774a90a687caf9501edd /src/video_core/shader/shader.cpp
parentMove default_attributes into Pica state (diff)
downloadyuzu-7e756faaba5b706142266c52e621534c0ff46c67.tar
yuzu-7e756faaba5b706142266c52e621534c0ff46c67.tar.gz
yuzu-7e756faaba5b706142266c52e621534c0ff46c67.tar.bz2
yuzu-7e756faaba5b706142266c52e621534c0ff46c67.tar.lz
yuzu-7e756faaba5b706142266c52e621534c0ff46c67.tar.xz
yuzu-7e756faaba5b706142266c52e621534c0ff46c67.tar.zst
yuzu-7e756faaba5b706142266c52e621534c0ff46c67.zip
Diffstat (limited to 'src/video_core/shader/shader.cpp')
-rw-r--r--src/video_core/shader/shader.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/shader/shader.cpp b/src/video_core/shader/shader.cpp
index 449fc703f..e93a9d92a 100644
--- a/src/video_core/shader/shader.cpp
+++ b/src/video_core/shader/shader.cpp
@@ -67,7 +67,6 @@ OutputVertex ShaderSetup::Run(UnitState<false>& state, const InputVertex& input,
MICROPROFILE_SCOPE(GPU_Shader);
- state.program_counter = config.main_offset;
state.debug.max_offset = 0;
state.debug.max_opdesc_id = 0;
@@ -143,7 +142,6 @@ OutputVertex ShaderSetup::Run(UnitState<false>& state, const InputVertex& input,
DebugData<true> ShaderSetup::ProduceDebugInfo(const InputVertex& input, int num_attributes, const Regs::ShaderConfig& config, const ShaderSetup& setup) {
UnitState<true> state;
- state.program_counter = config.main_offset;
state.debug.max_offset = 0;
state.debug.max_opdesc_id = 0;