[mupen64plus-rsp-hle] 04/167: Imported Upstream version 1.99.3

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:02:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-rsp-hle.

commit 522e3a052dddf317b3e77f841c0870fcd1f4ae8e
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Mon Feb 15 13:12:12 2010 +0100

    Imported Upstream version 1.99.3
---
 .hg_archival.txt       | 2 --
 .hgtags                | 1 -
 RELEASE                | 4 ++++
 projects/unix/Makefile | 5 +++++
 src/hle.h              | 2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.hg_archival.txt b/.hg_archival.txt
deleted file mode 100644
index 131fe85..0000000
--- a/.hg_archival.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-repo: 3fe0288fa7047c7a29c217b2bf6f05f32f8627d5
-node: c8e88b942fdfd9c1efd303e41edc6fca2deacd34
diff --git a/.hgtags b/.hgtags
deleted file mode 100644
index d404148..0000000
--- a/.hgtags
+++ /dev/null
@@ -1 +0,0 @@
-052d3c41920efde9707aac6380782d216b4e68be 1.99.1
diff --git a/RELEASE b/RELEASE
index cdb811f..5780ca0 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,10 @@
 RSP High-Level Emulation plugin for Mupen64Plus
 -----------------------------------------------
 
+Mupen64Plus-rsp-hle v1.99.3 - February 13, 2010
+-------------------------------------------------
+ - Makefile improvement: added OS type GNU/kFreeBSD
+
 Mupen64Plus-rsp-hle v1.99.2 - January 6, 2010
 -------------------------------------------------
  - new feature: added MSVC8 project file for RSP-HLE plugin, fixed a few minor incompatibilities
diff --git a/projects/unix/Makefile b/projects/unix/Makefile
index 740b01c..62b8443 100644
--- a/projects/unix/Makefile
+++ b/projects/unix/Makefile
@@ -44,6 +44,11 @@ ifeq ("$(UNAME)","FreeBSD")
   SO_EXTENSION = so
   SHARED = -shared
 endif
+ifeq ("$(UNAME)","GNU/kFreeBSD")
+  OS = FREEBSD
+  SO_EXTENSION = so
+  SHARED = -shared
+endif
 ifeq ("$(OS)","NONE")
   $(error OS type "$(UNAME)" not supported.  Please file bug report at 'http://code.google.com/p/mupen64plus/issues')
 endif
diff --git a/src/hle.h b/src/hle.h
index cded3aa..951c28e 100644
--- a/src/hle.h
+++ b/src/hle.h
@@ -24,7 +24,7 @@
 
 #include "m64p_plugin.h"
 
-#define RSP_HLE_VERSION 0x016302
+#define RSP_HLE_VERSION 0x016303
 
 #ifdef _BIG_ENDIAN
 #define S 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-rsp-hle.git



More information about the Pkg-games-commits mailing list