Welcome to mirror list, hosted at ThFree Co, Russian Federation.

palette.h « src - github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac7ddce308372726f6b639b7799f258f6c372a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
typedef struct {
	uint8 r,g,b;
} pal;

extern pal *palo;
void FCEU_ResetPalette(void);

void FCEU_ResetPalette(void);
void FCEU_ResetMessages();
void FCEU_LoadGamePalette(void);
void FCEU_DrawNTSCControlBars(uint8 *XBuf);