diff --git a/frontends/libretro/res/boytacean_libretro.info b/frontends/libretro/res/boytacean_libretro.info
index f9df822a79b54ee1cac0ddcea09ed50f66f56cd8..ddc051b06fbdebc6263ed930fb7d13812237a21c 100644
--- a/frontends/libretro/res/boytacean_libretro.info
+++ b/frontends/libretro/res/boytacean_libretro.info
@@ -1,14 +1,27 @@
+# Software Information
 display_name = "Nintendo - Game Boy / Color (Boytacean)"
-authors = "João Magalhães"
+authors ="João Magalhães"
 supported_extensions = "gb|gbc"
 corename = "Boytacean"
 categories = "Emulator"
+license = "Apache-2."
+permissions = ""
+display_version = "0.9.6"
+
+# Hardware Information
 manufacturer = "Nintendo"
 systemname = "Game Boy/Game Boy Color"
 systemid = "game_boy"
-database = "Nintendo - Game Boy|Nintendo - Game Boy Color"
-license = "Apache-2.0"
-permissions = ""
-display_version = "0.9.6"
+
+# Libretro Features
 supports_no_game = "false"
-firmware_count = 0
+database = "Nintendo - Game Boy|Nintendo - Game Boy Color"
+savestate = "false"
+savestate_features = "null"
+cheats = "false"
+input_descriptors = "true"
+memory_descriptors = "false"
+libretro_saves = "false"
+core_options = "true"
+
+description = "A Game Boy emulator that is written in Rust."