From e78fd6bbb9fb371fde3912400231ef70756781fe Mon Sep 17 00:00:00 2001
From: Rob Loach <robloach@gmail.com>
Date: Sun, 31 Dec 2023 20:17:27 -0500
Subject: [PATCH] lynx: Update extension to accept .lyx files

---
 dist/info/frodo_libretro.info         | 2 +-
 dist/info/handy_libretro.info         | 2 +-
 dist/info/mednafen_lynx_libretro.info | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dist/info/frodo_libretro.info b/dist/info/frodo_libretro.info
index 138055cf..2e5662b3 100644
--- a/dist/info/frodo_libretro.info
+++ b/dist/info/frodo_libretro.info
@@ -1,7 +1,7 @@
 # Software Information
 display_name = "Commodore - C64 (Frodo)"
 authors = "Frodo Team Members"
-supported_extensions = "d64|t64|x64|p00|lnx|zip"
+supported_extensions = "d64|t64|x64|p00|lnx|lyx|zip"
 corename = "Frodo"
 license = "GPLv2"
 permissions = ""
diff --git a/dist/info/handy_libretro.info b/dist/info/handy_libretro.info
index d614078c..e9f0c363 100644
--- a/dist/info/handy_libretro.info
+++ b/dist/info/handy_libretro.info
@@ -1,7 +1,7 @@
 # Software Information
 display_name = "Atari - Lynx (Handy)"
 authors = "K. Wilkins"
-supported_extensions = "lnx|o"
+supported_extensions = "lnx|lyx|o"
 corename = "Handy"
 
 # Hardware Information
diff --git a/dist/info/mednafen_lynx_libretro.info b/dist/info/mednafen_lynx_libretro.info
index 5ec6c557..db8bcf28 100644
--- a/dist/info/mednafen_lynx_libretro.info
+++ b/dist/info/mednafen_lynx_libretro.info
@@ -1,7 +1,7 @@
 # Software Information
 display_name = "Atari - Lynx (Beetle Lynx)"
 authors = "K. Wilkins|Mednafen Team"
-supported_extensions = "lnx|o"
+supported_extensions = "lnx|lyx|o"
 corename = "Beetle Lynx"
 license = "Zlib|GPLv2"
 permissions = ""