aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gbgif.py
diff options
context:
space:
mode:
authorgbc dev <gbc@localhost>2026-07-17 01:08:48 +0200
committergbc dev <gbc@localhost>2026-07-17 01:08:48 +0200
commitc714fc8927c454b5cf4735429b4cc9cde7aa5760 (patch)
tree7148b668750ae3cbb3e5b6c87723526e3e28ed35 /tools/gbgif.py
parentmain: options-first CLI with --help, and wire up display/boot flags (diff)
downloadsl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.tar.gz
sl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.tar.xz
sl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.zip
rebrand: gbc -> sl0pboy (binary, README, tooling)
Diffstat (limited to 'tools/gbgif.py')
-rw-r--r--tools/gbgif.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gbgif.py b/tools/gbgif.py
index c7c8943..f02c1f6 100644
--- a/tools/gbgif.py
+++ b/tools/gbgif.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-"""Turn a gbc `.gbv` frame capture into an animated GIF.
+"""Turn a sl0pboy `.gbv` frame capture into an animated GIF.
Capture one with the emulator's control socket:
./gbctl record start /abs/path/out.gbv 2 # 2 = capture every 2nd frame (~30fps)