Skip to content
Snippets Groups Projects
Commit fec6d603 authored by archshift's avatar archshift
Browse files

Merge pull request #681 from Zaneo/master

Changed occurences of colour to color for consistency
parents 64196976 8060c519
No related branches found
No related tags found
No related merge requests found
......@@ -597,7 +597,7 @@ void DumpTexture(const Pica::Regs::TextureConfig& texture_config, u8* data) {
png_init_io(png_ptr, fp.GetHandle());
// Write header (8 bit colour depth)
// Write header (8 bit color depth)
png_set_IHDR(png_ptr, info_ptr, texture_config.width, texture_config.height,
8, PNG_COLOR_TYPE_RGB /*_ALPHA*/, PNG_INTERLACE_NONE,
PNG_COMPRESSION_TYPE_BASE, PNG_FILTER_TYPE_BASE);
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment