Skip to content

Commit

Permalink
Libretro: Indicate support for .jad extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
AShiningRay committed Nov 14, 2024
1 parent ca30344 commit 1e338f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libretro/freej2me_libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -1013,8 +1013,8 @@ void retro_get_system_info(struct retro_system_info *info)
{
memset(info, 0, sizeof(*info));
info->library_name = "FreeJ2ME-Plus";
info->library_version = "1.35";
info->valid_extensions = "jar";
info->library_version = "1.4";
info->valid_extensions = "jar|jad";
info->need_fullpath = true;
}

Expand Down

0 comments on commit 1e338f1

Please sign in to comment.