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];
|
||||
@ -50,4 +50,4 @@ extern bool shutter_3d_mode;
|
||||
extern bool anaglyph_3d_mode;
|
||||
extern bool eye_3d;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user