diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-08-14 14:30:38 +0200 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-08-25 22:03:18 +0200 |
commit | f37e39deb9abe88b4874ebc2889ed52e02ed9c13 (patch) | |
tree | bbced32a26ee671ffb69de1c42492fc13b8f6724 /src/video_core/pica.h | |
parent | Pica: Add debug utility functions for dumping geometry data. (diff) | |
download | yuzu-f37e39deb9abe88b4874ebc2889ed52e02ed9c13.tar yuzu-f37e39deb9abe88b4874ebc2889ed52e02ed9c13.tar.gz yuzu-f37e39deb9abe88b4874ebc2889ed52e02ed9c13.tar.bz2 yuzu-f37e39deb9abe88b4874ebc2889ed52e02ed9c13.tar.lz yuzu-f37e39deb9abe88b4874ebc2889ed52e02ed9c13.tar.xz yuzu-f37e39deb9abe88b4874ebc2889ed52e02ed9c13.tar.zst yuzu-f37e39deb9abe88b4874ebc2889ed52e02ed9c13.zip |
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 640830144..fe886c16f 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -57,7 +57,7 @@ struct Regs { INSERT_PADDING_WORDS(0x1); - union { + union VSOutputAttributes { // Maps components of output vertex attributes to semantics enum Semantic : u32 { |