libretro: Bumped version to 0.3.

This commit is contained in:
Ryan C. Gordon 2023-03-06 16:03:16 -05:00
parent b0301108cc
commit 10732fa25c
No known key found for this signature in database
GPG key ID: FA148B892AB48044
2 changed files with 2 additions and 2 deletions

View file

@ -424,7 +424,7 @@ void retro_get_system_info(struct retro_system_info *info)
{
memset(info, 0, sizeof (*info));
info->library_name = "dirksimple";
info->library_version = "0.2";
info->library_version = "0.3";
info->need_fullpath = true; // don't make libretro cache a multi-gigabyte movie file in RAM. :)
info->valid_extensions = "ogv|dirksimple"; // we'll just let .dirksimple exist as an extension for convenience, but it's just the same Ogg Theora file.
}

View file

@ -6,7 +6,7 @@ corename = "DirkSimple"
categories = "Emulator"
license = "zlib"
permissions = ""
display_version = "0.2"
display_version = "0.3"
# Hardware Information
# even within Dragon's Lair 1, the European version had a different publisher with a totally different cabinet and laserdisc player.