Lua: Fix type confusion between signed and unsigned
[lsnes.git] / bsnes-patches / v087 / 0008-Support-auto-dectecting-bsnes-version.patch
blob77b8b50f0c888e243420663e72ada426365ce799
1 From e74f6d6ce7b369d82abf1eed6d7c3e99af0d8f64 Mon Sep 17 00:00:00 2001
2 From: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
3 Date: Sat, 30 Nov 2013 10:28:40 +0200
4 Subject: [PATCH 8/8] Support auto-dectecting 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..c31911f
14 --- /dev/null
15 +++ b/bsnes.mk
16 @@ -0,0 +1,3 @@
17 +BSNES_SUPPORTS_DEBUGGER=
18 +LIBSNES_DIR=target-libsnes
19 +BSNES_VERSION=087
20 --
21 1.8.4.4