Mercurial > repos > blastem
diff libblastem.c @ 2474:b9bec5771993
Add game gear to the libretro extension list
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 02 Mar 2024 15:18:25 -0800 |
parents | b50fa7602e39 |
children | a634985b1df3 |
line wrap: on
line diff
--- a/libblastem.c Sun Feb 25 23:59:37 2024 -0800 +++ b/libblastem.c Sat Mar 02 15:18:25 2024 -0800 @@ -104,7 +104,7 @@ { info->library_name = "BlastEm"; info->library_version = "0.6.3-pre"; //TODO: share this with blastem.c - info->valid_extensions = "md|gen|sms|bin|rom"; + info->valid_extensions = "md|gen|sms|gg|bin|rom"; info->need_fullpath = 0; info->block_extract = 0; }