Skip to content

Commit a275deb

Browse files
authored
Merge pull request #1050 from porg/patch-1
Color Palettes: What are they, how can they be assigned, hotkeys to switch palettes on the fly
2 parents 3fe8994 + 6c1d4ea commit a275deb

File tree

1 file changed

+27
-11
lines changed

1 file changed

+27
-11
lines changed

docs/library/gambatte.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,20 @@ The Gambatte core saves/loads to/from these directories.
104104
- The Gambatte core's max height is [Max height]
105105
- The Gambatte core's core provided aspect ratio is [Aspect ratio]
106106

107-
## Custom palettes for Game Boy games
107+
## Color Palette
108+
109+
![screen_record__2021_10_06__17_11_02](https://user-images.githubusercontent.com/38211560/136244454-945e0b6e-070f-4947-8067-22f971d00223.gif)
110+
111+
- The [core option](#core-options) `GB Colorization` enables colorization of Game Boy games, using pre-defined or user-selected color palettes.
112+
- When satisfied you can save the currently chosen palette per the whole core, per content-directory or per game with the usual RetroArch [override](../guides/overrides.md) mechanism.
113+
- During gameplay you can instantly swap color palettes.
114+
- You can cycle through the available color palettes with the [L/R shoulder buttons](#joypad).
115+
116+
(Source: Feature request in issue [182](https://github.com/libretro/gambatte-libretro/issues/182) was implemented in pull request [204](https://github.com/libretro/gambatte-libretro/pull/204) in October 2021)
117+
- This is ideal for your initial browsing / exploration of the color palettes.
118+
- But also if you spontanously want to change the palette in your currently running game.
119+
120+
### Custom palettes for Game Boy games
108121

109122
The 'GB Colorization' core option must be set to custom.
110123

@@ -452,16 +465,19 @@ Settings with (Restart) means that core has to be closed for the new setting to
452465

453466
![](../image/controller/gb.png)
454467

455-
| RetroPad Inputs | User 1 input descriptors |
456-
|------------------------------------------------|--------------------------|
457-
| ![](../image/retropad/retro_b.png) | B |
458-
| ![](../image/retropad/retro_select.png) | Select |
459-
| ![](../image/retropad/retro_start.png) | Start |
460-
| ![](../image/retropad/retro_dpad_up.png) | D-Pad Up |
461-
| ![](../image/retropad/retro_dpad_down.png) | D-Pad Down |
462-
| ![](../image/retropad/retro_dpad_left.png) | D-Pad Left |
463-
| ![](../image/retropad/retro_dpad_right.png) | D-Pad Right |
464-
| ![](../image/retropad/retro_a.png) | A |
468+
| RetroPad Inputs | User 1 input descriptors |
469+
|------------------------------------------------|-------------------------------------------|
470+
| ![](../image/retropad/retro_a.png) | A |
471+
| ![](../image/retropad/retro_b.png) | B |
472+
| ![](../image/retropad/retro_dpad_up.png) | D-Pad Up |
473+
| ![](../image/retropad/retro_dpad_down.png) | D-Pad Down |
474+
| ![](../image/retropad/retro_dpad_left.png) | D-Pad Left |
475+
| ![](../image/retropad/retro_dpad_right.png) | D-Pad Right |
476+
| ![](../image/retropad/retro_select.png) | Select |
477+
| ![](../image/retropad/retro_start.png) | Start |
478+
| ![](../image/retropad/retro_l1.png) | Previous [Color Palette](#color-palette) |
479+
| ![](../image/retropad/retro_r1.png) | Next [Color Palette](#color-palette) |
480+
465481

466482
## Compatibility
467483

0 commit comments

Comments
 (0)