From 8de7dc9c8ee3609e289945b389429c206b863dcf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Wed, 21 Jun 2023 07:13:30 +0100
Subject: [PATCH] docs: replaced missing section content Game Boy color was
 still being mentioned, even though it was already implemented.

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 388c92a9..27d98ca3 100644
--- a/README.md
+++ b/README.md
@@ -29,9 +29,10 @@ For the Web front-end...
 * Fullscreen browser mode
 * Debug mode - VRAM and registers
 
-What's missing...
+What's still missing...
 
-* Game Boy Color (GBC) emulation
+* Machine state saving and loading (.sav files)
+* [Libretro](https://www.libretro.com/) integration
 
 ## Deployments
 
-- 
GitLab