aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/utils.h
diff options
context:
space:
mode:
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 bda793fa..ffb3e73a 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;