aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTwinaphex2014-11-22 18:21:12 +0100
committerTwinaphex2014-11-22 18:21:12 +0100
commit1f844f5295cbfa6f628f1b0b97c8e04e925ceff9 (patch)
tree6d116759a81733b90217a859c97fe328322469f0
parent6a99106915b5dc07508da64516acfc71ae140659 (diff)
parente677210bf4d3e5813800b982becb57ff60cfab69 (diff)
downloadsnes9x2005-1f844f5295cbfa6f628f1b0b97c8e04e925ceff9.tar.gz
snes9x2005-1f844f5295cbfa6f628f1b0b97c8e04e925ceff9.tar.bz2
snes9x2005-1f844f5295cbfa6f628f1b0b97c8e04e925ceff9.zip
Merge pull request #1 from Oggom/master
libretro.c Fix version number
-rw-r--r--libretro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libretro.c b/libretro.c
index 70f8a11..39930cd 100644
--- a/libretro.c
+++ b/libretro.c
@@ -564,7 +564,7 @@ void retro_get_system_info(struct retro_system_info* info)
info->need_fullpath = true;
#endif
info->valid_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc";
- info->library_version = "v1.43";
+ info->library_version = "v1.36";
info->library_name = "CATSFC(SNES9x)";
info->block_extract = false;
}