ppsspp_dump_clut
Dump the currently-bound CLUT palette as an image with metadata for debugging PSP graphics. Read-only; if no palette is bound, an error prompts advancing to a scene that uses it.
Instructions
PURPOSE: Dump the currently-bound CLUT palette as an image plus metadata.
USAGE: session_id. Only the CURRENTLY bound palette can be captured — no VRAM-address targeting.
BEHAVIOR: READ-ONLY. An empty capture raises CAPTURE_EMPTY — advance to a scene that uses the palette and retry.
RETURNS: structuredContent metadata (file_path/size_bytes/format); the image itself arrives as an ImageContent block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Active session ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | ||
| file_path | Yes | ||
| size_bytes | Yes |