Increase max number of palettes to 11 (#444)

This commit is contained in:
saulfabreg Wii VC Project 2021-08-06 12:47:11 -05:00 committed by GitHub
parent 59efae210e
commit dc057954ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
#define _GCVIDEO_H_ #define _GCVIDEO_H_
// color palettes // color palettes
#define MAXPAL 7 #define MAXPAL 11
struct st_palettes { struct st_palettes {
char name[32], desc[32]; char name[32], desc[32];