summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-06-23 17:50:37 +0200
committerLioncash <mathew1800@gmail.com>2021-06-23 17:50:40 +0200
commitbe6844c1edb31a77898adc191ddb42f7b138e9fb (patch)
tree15ceea3895fa0aae6091d14d8caeb10197d81c31
parentMerge pull request #6508 from ReinUsesLisp/bootmanager-stop-token (diff)
downloadyuzu-be6844c1edb31a77898adc191ddb42f7b138e9fb.tar
yuzu-be6844c1edb31a77898adc191ddb42f7b138e9fb.tar.gz
yuzu-be6844c1edb31a77898adc191ddb42f7b138e9fb.tar.bz2
yuzu-be6844c1edb31a77898adc191ddb42f7b138e9fb.tar.lz
yuzu-be6844c1edb31a77898adc191ddb42f7b138e9fb.tar.xz
yuzu-be6844c1edb31a77898adc191ddb42f7b138e9fb.tar.zst
yuzu-be6844c1edb31a77898adc191ddb42f7b138e9fb.zip
-rw-r--r--src/video_core/engines/maxwell_3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index ffed42a29..335383955 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -242,6 +242,7 @@ public:
return 4;
default:
UNREACHABLE();
+ return 1;
}
}