summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-26 06:12:20 +0200
committerGitHub <noreply@github.com>2018-10-26 06:12:20 +0200
commit1f98dc30eaac7b799182c1998502c05b9fbb56d8 (patch)
tree73e0ce98767d7a9b527a401dc89441697dd82e3a /src/video_core/engines/maxwell_3d.h
parentMerge pull request #1569 from lioncash/amiibo (diff)
parentmaxwell_3d: Add code for initializing register defaults. (diff)
downloadyuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar
yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar.gz
yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar.bz2
yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar.lz
yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar.xz
yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.tar.zst
yuzu-1f98dc30eaac7b799182c1998502c05b9fbb56d8.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-rw-r--r--src/video_core/engines/maxwell_3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 0e09a7ee5..754a149fa 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -984,6 +984,8 @@ public:
Texture::FullTextureInfo GetStageTexture(Regs::ShaderStage stage, std::size_t offset) const;
private:
+ void InitializeRegisterDefaults();
+
VideoCore::RasterizerInterface& rasterizer;
std::unordered_map<u32, std::vector<u32>> uploaded_macros;