diff options
| author | 2016-04-22 08:15:51 -0400 | |
|---|---|---|
| committer | 2016-04-22 08:15:51 -0400 | |
| commit | bab30bcd6e6ea43cde9f75136e711a59f094b058 (patch) | |
| tree | e5a16dc5b13ecfb831bf1986636d232f83ee4723 /src/video_core/pica.h | |
| parent | Merge pull request #1655 from JayFoxRox/hw-dot3 (diff) | |
| parent | HWRasterizer: Texture forwarding (diff) | |
| download | yuzu-bab30bcd6e6ea43cde9f75136e711a59f094b058.tar.gz yuzu-bab30bcd6e6ea43cde9f75136e711a59f094b058.tar.xz yuzu-bab30bcd6e6ea43cde9f75136e711a59f094b058.zip | |
Merge pull request #1436 from tfarley/hw-tex-forwarding
Hardware Renderer Texture Forwarding
Diffstat (limited to 'src/video_core/pica.h')
| -rw-r--r-- | src/video_core/pica.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h index 4552ff81c..1810eca98 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h | |||
| @@ -577,7 +577,7 @@ struct Regs { | |||
| 577 | } | 577 | } |
| 578 | } | 578 | } |
| 579 | 579 | ||
| 580 | struct { | 580 | struct FramebufferConfig { |
| 581 | INSERT_PADDING_WORDS(0x3); | 581 | INSERT_PADDING_WORDS(0x3); |
| 582 | 582 | ||
| 583 | union { | 583 | union { |