mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
Add ATX awareness to the libretro core code.
This commit is contained in:
@@ -363,7 +363,7 @@ void retro_get_system_info(struct retro_system_info *info)
|
||||
memset(info, 0, sizeof(*info));
|
||||
info->library_name = "Atari800";
|
||||
info->library_version = "3.1.0" GIT_VERSION;
|
||||
info->valid_extensions = "xfd|atr|cdm|cas|bin|a52|zip";
|
||||
info->valid_extensions = "xfd|atr|cdm|cas|bin|a52|zip|atx";
|
||||
info->need_fullpath = true;
|
||||
info->block_extract = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user