mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
Increase max number of palettes to 11 (#444)
This commit is contained in:
parent
59efae210e
commit
dc057954ec
@ -13,7 +13,7 @@
|
||||
#define _GCVIDEO_H_
|
||||
|
||||
// color palettes
|
||||
#define MAXPAL 7
|
||||
#define MAXPAL 11
|
||||
|
||||
struct st_palettes {
|
||||
char name[32], desc[32];
|
||||
|
Loading…
Reference in New Issue
Block a user