Added color array for A button

This commit is contained in:
Baoulettes 2022-04-24 12:37:47 +02:00 committed by GitHub
parent a4c00eb411
commit 9107e73145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1461,6 +1461,10 @@ void KaleidoScope_DrawPages(GlobalContext* globalCtx, GraphicsContext* gfxCtx) {
}
void KaleidoScope_DrawInfoPanel(GlobalContext* globalCtx) {
static s16 gABtnTexColour[][4] = { //A button colors
{ 0, 255, 100, 255 },//Gamecube
{ 0, 100, 255, 255 },//Original N64
};
static void* D_8082AD54[3] = {
gPauseToEquipENGTex,
gPauseToEquipGERTex,