Don't try to enter loadstate with loadstate already in progress
[lsnes.git] / bsnes-patches / v085 / 0002-Fix-bsnes-version-number-in-libsnes-to-be-v085-not-v.patch
blob89b0ab8fa2cf51a20911b21ff55e06b83cb93d4a
1 From bb2fed04fbfe62a89e4bcfe90f44b4738f7c7c1a Mon Sep 17 00:00:00 2001
2 From: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
3 Date: Wed, 9 Nov 2011 00:31:59 +0200
4 Subject: [PATCH 02/26] Fix bsnes version number in libsnes to be v085, not
5 v083
7 ---
8 ui-libsnes/libsnes.cpp | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/ui-libsnes/libsnes.cpp b/ui-libsnes/libsnes.cpp
12 index 5f5ded6..0e63075 100755
13 --- a/ui-libsnes/libsnes.cpp
14 +++ b/ui-libsnes/libsnes.cpp
15 @@ -112,7 +112,7 @@ struct Interface : public SNES::Interface {
16 static Interface interface;
18 const char* snes_library_id(void) {
19 - return "bsnes v083";
20 + return "bsnes v085";
23 unsigned snes_library_revision_major(void) {
24 --
25 2.8.1