mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 15:07:56 -05:00
Changed occurences of colour to color for consistency
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user