Bus fixes: Reading of CPU MMIO registers does not update MDR
[lsnes.git] / bsnes-patches / v084 / 0010-Add-support-for-auto-detecting-bsnes-version.patch
blob81037ab1c407562bd5bcb5af4dd01eeb0f2a64e0
1 From 242efcc9cf10fa58c8e06f154c41db21e6aa2688 Mon Sep 17 00:00:00 2001
2 From: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
3 Date: Sat, 30 Nov 2013 10:26:59 +0200
4 Subject: [PATCH 10/10] Add support for 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..11300e2
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=084
20 --
21 1.8.4.4