Skip to content

Commit

Permalink
fix palette (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsuya79 committed Feb 25, 2024
1 parent 53efa9e commit 1a828d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libretro/paldef.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static st_palettes palettes[PALETTE_COUNT + 1] = {
},
{ PAL_MUGICHA, "Mugicha palette", {
{ 0x5c, 0x61, 0x64 }, { 0x00, 0x21, 0xa0 }, { 0x00, 0x10, 0x9c }, { 0x29, 0x0c, 0x91 },
{ 0x5a, 0x00, 0x52 }, { 0x6d, 0x00, 0x0e }, { 0x59, 0x00, 0x00 }, { 0x43, 0x0d, 0x00 },
{ 0x52, 0x0a, 0x5c }, { 0x6d, 0x00, 0x0e }, { 0x59, 0x00, 0x00 }, { 0x43, 0x0d, 0x00 },
{ 0x35, 0x22, 0x00 }, { 0x00, 0x38, 0x00 }, { 0x00, 0x3d, 0x00 }, { 0x00, 0x36, 0x21 },
{ 0x00, 0x29, 0x4c }, { 0x00, 0x00, 0x00 }, { 0x00, 0x00, 0x00 }, { 0x00, 0x00, 0x00 },
{ 0xaa, 0xb5, 0xba }, { 0x00, 0x59, 0xf0 }, { 0x29, 0x45, 0xf7 }, { 0x52, 0x3c, 0xf7 },
Expand All @@ -361,4 +361,4 @@ static st_palettes palettes[PALETTE_COUNT + 1] = {
{ 0 }
};

#endif /* _PALDEF_H */
#endif /* _PALDEF_H */

0 comments on commit 1a828d4

Please sign in to comment.