comparison 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
comparison
equal deleted inserted replaced
2473:cf3e8a19aa25 2474:b9bec5771993
102 102
103 RETRO_API void retro_get_system_info(struct retro_system_info *info) 103 RETRO_API void retro_get_system_info(struct retro_system_info *info)
104 { 104 {
105 info->library_name = "BlastEm"; 105 info->library_name = "BlastEm";
106 info->library_version = "0.6.3-pre"; //TODO: share this with blastem.c 106 info->library_version = "0.6.3-pre"; //TODO: share this with blastem.c
107 info->valid_extensions = "md|gen|sms|bin|rom"; 107 info->valid_extensions = "md|gen|sms|gg|bin|rom";
108 info->need_fullpath = 0; 108 info->need_fullpath = 0;
109 info->block_extract = 0; 109 info->block_extract = 0;
110 } 110 }
111 111
112 static vid_std video_standard; 112 static vid_std video_standard;