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 039ae1ed40d449a65b1dddba215f9f990c40f390 Author: Sven Eckelmann <[email protected]> Date: Fri Jul 5 09:38:40 2013 +0200 Imported Upstream version 2.0 --- LICENSES | 3 ++- RELEASE | 10 ++++++++++ src/hle.h | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/LICENSES b/LICENSES index 5103f72..e1403bd 100644 --- a/LICENSES +++ b/LICENSES @@ -3,8 +3,9 @@ Mupen64Plus-rsp-hle LICENSE Mupen64Plus-rsp-hle is licensed under the GNU General Public License version 2. -The authors of Mupen64Plus are: +The authors of Mupen64Plus-rsp-hle are: * Richard Goedeken (Richard42) + * Bobby Smiles * John Chadwick (NMN) * James Hood (Ebenblues) * Scott Gorman (okaygo) diff --git a/RELEASE b/RELEASE index b28a6ca..7a66111 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,16 @@ RSP High-Level Emulation plugin for Mupen64Plus ----------------------------------------------- +Mupen64Plus-rsp-hle v2.0 - July 4, 2013 +------------------------------------------------- + - Add support for MusyX ucode detection + - support JPEG decoding used in Pokemon Stadium Japan + - lots of refactoring to clean up code + - Project files for Visual Studio 2012 + - Makefile changes + - add support for PowerPC and MinGW32 builds + - add cross-compiling support to build Win32 executables (MXE) under Linux + Mupen64Plus-rsp-hle v1.99.5 - March 10, 2012 ------------------------------------------------- - Handle JPEG decompression, used in Ogre Battle 64 and Pokemon Stadium diff --git a/src/hle.h b/src/hle.h index ceb1eea..2aea0a4 100644 --- a/src/hle.h +++ b/src/hle.h @@ -25,7 +25,7 @@ #define M64P_PLUGIN_PROTOTYPES 1 #include "m64p_plugin.h" -#define RSP_HLE_VERSION 0x016305 +#define RSP_HLE_VERSION 0x020000 #define RSP_PLUGIN_API_VERSION 0x020000 #ifdef M64P_BIG_ENDIAN -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-rsp-hle.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

