Added missing launcher
[mupen64plus-pandora.git] / source / mupen64plus-rsp-hle / RELEASE
CommitLineData
d9e74a6f 1RSP High-Level Emulation plugin for Mupen64Plus
2-----------------------------------------------
3
4Mupen64Plus-rsp-hle v2.0 - July 4, 2013
5-------------------------------------------------
6 - Add support for MusyX ucode detection
7 - support JPEG decoding used in Pokemon Stadium Japan
8 - lots of refactoring to clean up code
9 - Project files for Visual Studio 2012
10 - Makefile changes
11 - add support for PowerPC and MinGW32 builds
12 - add cross-compiling support to build Win32 executables (MXE) under Linux
13
14Mupen64Plus-rsp-hle v1.99.5 - March 10, 2012
15-------------------------------------------------
16 - Handle JPEG decompression, used in Ogre Battle 64 and Pokemon Stadium
17 - updated RSP plugin for new Mupen64plus 2.0 API versioning scheme
18 - bugfix: #102 - Missing backgrounds in Ogre Battle 64
19 - many makefile fixes and improvements
20
21Mupen64Plus-rsp-hle v1.99.4 - November 22, 2010
22-------------------------------------------------
23 - merged all big-endian fixes from mupen64gc project
24 - makefile fixes and improvements
25
26Mupen64Plus-rsp-hle v1.99.3 - February 13, 2010
27-------------------------------------------------
28 - Makefile improvement: added OS type GNU/kFreeBSD
29
30Mupen64Plus-rsp-hle v1.99.2 - January 6, 2010
31-------------------------------------------------
32 - new feature: added MSVC8 project file for RSP-HLE plugin, fixed a few minor incompatibilities
33 - Makefile improvements:
34 - throw error if OS/CPU not supported
35 - use DESTDIR in install/uninstall paths
36 - Allow user-specified CC/CXX/LD paths
37 - use C++ compiler to link instead of LD, because the compiler knows where the standard C++ libs are
38
39Mupen64Plus-rsp-hle v1.99.1 - December 14, 2009
40-------------------------------------------------
41 - Converted to new Mupen64Plus 2.0 API
42 - Refactored build system to separate source and object files
43 - Refactored all code to remove win32-specific things, unnecessary functions, and clean up
44