From 637952f6b97bef882ca3870be8d434c31aeacf77 Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Wed, 9 Nov 2011 00:31:59 +0200 Subject: [PATCH 2/7] Fix bsnes version number in libsnes to be v084, not v083 --- ui-libsnes/libsnes.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ui-libsnes/libsnes.cpp b/ui-libsnes/libsnes.cpp index 5f5ded6..6b4ef12 100755 --- a/ui-libsnes/libsnes.cpp +++ b/ui-libsnes/libsnes.cpp @@ -112,7 +112,7 @@ struct Interface : public SNES::Interface { static Interface interface; const char* snes_library_id(void) { - return "bsnes v083"; + return "bsnes v084"; } unsigned snes_library_revision_major(void) { -- 1.7.9.48.g85da4d