[mupen64plus-rsp-hle] 37/167: Imported Upstream version 1.99.4

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:02:18 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 b7c7963d0b1232c737c43cd0001529ff57707341
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Wed Nov 24 20:39:29 2010 +0100

    Imported Upstream version 1.99.4
---
 RELEASE                | 5 +++++
 projects/unix/Makefile | 5 +++++
 src/hle.h              | 2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/RELEASE b/RELEASE
index 5780ca0..8e673b7 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,11 @@
 RSP High-Level Emulation plugin for Mupen64Plus
 -----------------------------------------------
 
+Mupen64Plus-rsp-hle v1.99.4 - November 22, 2010
+-------------------------------------------------
+ - merged all big-endian fixes from mupen64gc project
+ - makefile fixes and improvements
+
 Mupen64Plus-rsp-hle v1.99.3 - February 13, 2010
 -------------------------------------------------
  - Makefile improvement: added OS type GNU/kFreeBSD
diff --git a/projects/unix/Makefile b/projects/unix/Makefile
index 2c07f3b..d7b6a1c 100644
--- a/projects/unix/Makefile
+++ b/projects/unix/Makefile
@@ -34,6 +34,11 @@ ifeq ("$(UNAME)","linux")
   SO_EXTENSION = so
   SHARED = -shared
 endif
+ifneq ("$(filter GNU hurd,$(UNAME))","")
+  OS = LINUX
+  SO_EXTENSION = so
+  SHARED = -shared
+endif
 ifeq ("$(UNAME)","Darwin")
   OS = OSX
   SO_EXTENSION = dylib
diff --git a/src/hle.h b/src/hle.h
index f9345ca..82fb090 100644
--- a/src/hle.h
+++ b/src/hle.h
@@ -24,7 +24,7 @@
 
 #include "m64p_plugin.h"
 
-#define RSP_HLE_VERSION 0x016303
+#define RSP_HLE_VERSION 0x016304
 
 #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