From eee03e3b8e7f513bef063cc4c157743bff32c6a2 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 27 Sep 2024 21:46:52 +0200 Subject: [PATCH] document --tui bug --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 127fae7..93cbeeb 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ The local data are stored under $XDG_CONFIG_HOME/saturn/ ## Known bugs - I could get neither the 49 nor the 40 ROM running yet. - some bugs in emulation +- ncurses UI: sometimes (often) becomes unresponsive (but still quits gracefully on F7) ## Todo - sdl2 UI: draw LCD on a distinct texture and then draw that texture on the main one