Don't try to enter loadstate with loadstate already in progress
[lsnes.git] / bsnes-patches / v085 / 0013-Support-auto-detecting-bsnes-version.patch
blob36700e23fc1b4efa02ce99c8f03fc3f3526f0739
1 From 8bc6bb381e680616dcc843c99889799aedd43163 Mon Sep 17 00:00:00 2001
2 From: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
3 Date: Sat, 30 Nov 2013 10:27:37 +0200
4 Subject: [PATCH 13/26] Support auto-detecting bsnes version
6 ---
7 bsnes.mk | 3 +++
8 1 file changed, 3 insertions(+)
9 create mode 100644 bsnes.mk
11 diff --git a/bsnes.mk b/bsnes.mk
12 new file mode 100644
13 index 0000000..20f22f6
14 --- /dev/null
15 +++ b/bsnes.mk
16 @@ -0,0 +1,3 @@
17 +BSNES_SUPPORTS_DEBUGGER=yes
18 +LIBSNES_DIR=ui-libsnes
19 +BSNES_VERSION=085
20 --
21 2.8.1