comparison libblastem.c @ 1819:4fb9af0c65b6

Update verison number in liblastem.c
author Mike Pavone <pavone@retrodev.com>
date Sun, 31 Mar 2019 12:38:47 -0700
parents 243f3a7247f9
children 8500bd987dda
comparison
equal deleted inserted replaced
1818:243f3a7247f9 1819:4fb9af0c65b6
67 } 67 }
68 68
69 RETRO_API void retro_get_system_info(struct retro_system_info *info) 69 RETRO_API void retro_get_system_info(struct retro_system_info *info)
70 { 70 {
71 info->library_name = "BlastEm"; 71 info->library_name = "BlastEm";
72 info->library_version = "0.6.2-pre"; //TODO: share this with blastem.c 72 info->library_version = "0.6.3-pre"; //TODO: share this with blastem.c
73 info->valid_extensions = "md|gen|sms|bin|rom"; 73 info->valid_extensions = "md|gen|sms|bin|rom";
74 info->need_fullpath = 0; 74 info->need_fullpath = 0;
75 info->block_extract = 0; 75 info->block_extract = 0;
76 } 76 }
77 77