Releases: dkosmari/gecko-reader
Releases · dkosmari/gecko-reader
v0.3
v0.2
Changes for v0.2:
- The libgxflux dependency is now mandatory, because the built-in console from libogc is too slow when scrolling text.
- EOL translation is now enabled by default.
- Buffers full of
0xFFare now ignored, it usually indicates the Gecko is disconnected from the host.
v0.1
First release.
Two builds are provided:
- with-libgxflux: the on-screen console is rendered using libgxflux.
- without-libgxflux: the on-screen console is rendered using libogc.
The libogc version has sharper and smaller characters, but might be slower to render than the libgxflux version. If you're going to use udplogserver to read the events on a PC, just use the libgxflux version.