diff options
| author | 2015-01-01 20:54:45 -0500 | |
|---|---|---|
| committer | 2015-01-01 20:54:45 -0500 | |
| commit | 7c8f6ca0511b35c8a56dce466df01f6364728581 (patch) | |
| tree | bd1fa3b50c090786dd0f91669702ebf010d2a900 /src/core/hw/gpu.h | |
| parent | Merge pull request #379 from lioncash/sh (diff) | |
| parent | Pica/Rasterizer: Remove some redundant casts. (diff) | |
| download | yuzu-7c8f6ca0511b35c8a56dce466df01f6364728581.tar.gz yuzu-7c8f6ca0511b35c8a56dce466df01f6364728581.tar.xz yuzu-7c8f6ca0511b35c8a56dce466df01f6364728581.zip | |
Merge pull request #358 from neobrain/pica_progress2
pica_progress followups
Diffstat (limited to 'src/core/hw/gpu.h')
| -rw-r--r-- | src/core/hw/gpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h index 292f496c1..7de055232 100644 --- a/src/core/hw/gpu.h +++ b/src/core/hw/gpu.h | |||
| @@ -157,6 +157,9 @@ struct Regs { | |||
| 157 | BitField< 8, 3, PixelFormat> input_format; | 157 | BitField< 8, 3, PixelFormat> input_format; |
| 158 | BitField<12, 3, PixelFormat> output_format; | 158 | BitField<12, 3, PixelFormat> output_format; |
| 159 | BitField<16, 1, u32> output_tiled; // stores output in a tiled format | 159 | BitField<16, 1, u32> output_tiled; // stores output in a tiled format |
| 160 | |||
| 161 | // TODO: Not really sure if this actually scales, or even resizes at all. | ||
| 162 | BitField<24, 1, u32> scale_horizontally; | ||
| 160 | }; | 163 | }; |
| 161 | 164 | ||
| 162 | INSERT_PADDING_WORDS(0x1); | 165 | INSERT_PADDING_WORDS(0x1); |