From 10732fa25c625e86a865a4d8e59206a1eebf2257 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 6 Mar 2023 16:03:16 -0500 Subject: [PATCH] libretro: Bumped version to 0.3. --- dirksimple_libretro.c | 2 +- dirksimple_libretro.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dirksimple_libretro.c b/dirksimple_libretro.c index a111274..26d16d9 100644 --- a/dirksimple_libretro.c +++ b/dirksimple_libretro.c @@ -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. } diff --git a/dirksimple_libretro.info b/dirksimple_libretro.info index 0af8397..58b0158 100644 --- a/dirksimple_libretro.info +++ b/dirksimple_libretro.info @@ -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.