diff options
author | Subv <subv2112@gmail.com> | 2018-04-24 02:45:14 +0200 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2018-04-25 18:53:54 +0200 |
commit | e2f2a49d2d0fd51ef83ef94fa2e93a2829d974e5 (patch) | |
tree | 1552c7ef7c6f3909631e03869059f616c24705f6 /src/video_core | |
parent | Merge pull request #394 from lioncash/video-core (diff) | |
download | yuzu-e2f2a49d2d0fd51ef83ef94fa2e93a2829d974e5.tar yuzu-e2f2a49d2d0fd51ef83ef94fa2e93a2829d974e5.tar.gz yuzu-e2f2a49d2d0fd51ef83ef94fa2e93a2829d974e5.tar.bz2 yuzu-e2f2a49d2d0fd51ef83ef94fa2e93a2829d974e5.tar.lz yuzu-e2f2a49d2d0fd51ef83ef94fa2e93a2829d974e5.tar.xz yuzu-e2f2a49d2d0fd51ef83ef94fa2e93a2829d974e5.tar.zst yuzu-e2f2a49d2d0fd51ef83ef94fa2e93a2829d974e5.zip |
Diffstat (limited to 'src/video_core')
-rw-r--r-- | src/video_core/command_processor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/command_processor.cpp b/src/video_core/command_processor.cpp index f6a88f031..26792a2bf 100644 --- a/src/video_core/command_processor.cpp +++ b/src/video_core/command_processor.cpp @@ -27,7 +27,7 @@ enum class BufferMethods { SetGraphMacroCode = 0x45, SetGraphMacroCodeArg = 0x46, SetGraphMacroEntry = 0x47, - CountBufferMethods = 0x100, + CountBufferMethods = 0x40, }; void GPU::WriteReg(u32 method, u32 subchannel, u32 value, u32 remaining_params) { |