diff options
author | Gareth Higgins <gareth.higgins@ryerson.ca> | 2015-04-05 08:36:43 +0200 |
---|---|---|
committer | Gareth Higgins <gareth.higgins@ryerson.ca> | 2015-04-05 08:36:43 +0200 |
commit | 8060c519a6d0b09c80b51cf97f598cd272db1287 (patch) | |
tree | e1f98168f2ebee36f3f11932e61b88542d9c0be5 /src/video_core/utils.h | |
parent | Merge pull request #680 from archshift/bg-color (diff) | |
download | yuzu-8060c519a6d0b09c80b51cf97f598cd272db1287.tar yuzu-8060c519a6d0b09c80b51cf97f598cd272db1287.tar.gz yuzu-8060c519a6d0b09c80b51cf97f598cd272db1287.tar.bz2 yuzu-8060c519a6d0b09c80b51cf97f598cd272db1287.tar.lz yuzu-8060c519a6d0b09c80b51cf97f598cd272db1287.tar.xz yuzu-8060c519a6d0b09c80b51cf97f598cd272db1287.tar.zst yuzu-8060c519a6d0b09c80b51cf97f598cd272db1287.zip |
Diffstat (limited to '')
-rw-r--r-- | src/video_core/utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_core/utils.h b/src/video_core/utils.h index bda793fa5..ffb3e73a3 100644 --- a/src/video_core/utils.h +++ b/src/video_core/utils.h @@ -13,10 +13,10 @@ namespace VideoCore { /// Structure for the TGA texture format (for dumping) struct TGAHeader { char idlength; - char colourmaptype; + char colormaptype; char datatypecode; - short int colourmaporigin; - short int colourmaplength; + short int colormaporigin; + short int colormaplength; short int x_origin; short int y_origin; short width; |