Lua on_frame() callback
[lsnes.git] / bsnes-patches / 0002-Fix-bsnes-version-number-in-libsnes-to-be-v084-not-v.patch
blob2497bde835f18a3d59d2c5535ccc5dd0df0233d9
1 From a523fa5974a1b3542fbee4b081001b06a70c06bc 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 2/4] Fix bsnes version number in libsnes to be v084, not v083
6 ---
7 ui-libsnes/libsnes.cpp | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
10 diff --git a/ui-libsnes/libsnes.cpp b/ui-libsnes/libsnes.cpp
11 index 5f5ded6..6b4ef12 100755
12 --- a/ui-libsnes/libsnes.cpp
13 +++ b/ui-libsnes/libsnes.cpp
14 @@ -112,7 +112,7 @@ struct Interface : public SNES::Interface {
15 static Interface interface;
17 const char* snes_library_id(void) {
18 - return "bsnes v083";
19 + return "bsnes v084";
22 unsigned snes_library_revision_major(void) {
23 --
24 1.7.8.rc0.38.g761c4