summaryrefslogtreecommitdiff
path: root/src/video_core/utils.h
diff options
context:
space:
mode:
authorGravatar Gareth Higgins2015-04-05 02:36:43 -0400
committerGravatar Gareth Higgins2015-04-05 02:36:43 -0400
commit8060c519a6d0b09c80b51cf97f598cd272db1287 (patch)
treee1f98168f2ebee36f3f11932e61b88542d9c0be5 /src/video_core/utils.h
parentMerge pull request #680 from archshift/bg-color (diff)
downloadyuzu-8060c519a6d0b09c80b51cf97f598cd272db1287.tar.gz
yuzu-8060c519a6d0b09c80b51cf97f598cd272db1287.tar.xz
yuzu-8060c519a6d0b09c80b51cf97f598cd272db1287.zip
Changed occurences of colour to color for consistency
Diffstat (limited to 'src/video_core/utils.h')
-rw-r--r--src/video_core/utils.h6
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 {
13/// Structure for the TGA texture format (for dumping) 13/// Structure for the TGA texture format (for dumping)
14struct TGAHeader { 14struct TGAHeader {
15 char idlength; 15 char idlength;
16 char colourmaptype; 16 char colormaptype;
17 char datatypecode; 17 char datatypecode;
18 short int colourmaporigin; 18 short int colormaporigin;
19 short int colourmaplength; 19 short int colormaplength;
20 short int x_origin; 20 short int x_origin;
21 short int y_origin; 21 short int y_origin;
22 short width; 22 short width;