Skip to content

Commit

Permalink
updated version info and RELEASE file for 1.99.3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Feb 13, 2010
1 parent ce1d96c commit d0eec4f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ Type 'make' by itself to view all available build options:
PREFIX=path == install/uninstall prefix (default: /usr/local/)
SHAREDIR=path == path to install shared data (default: PREFIX/share/mupen64plus/)
LIBDIR=path == path to install plugin libs (default: PREFIX/lib)
INCDIR=path == path to install core header files (default: PREFIX/include/mupen64plus)
DESTDIR=path == path to prepend to all installation paths (only for packagers)
Debugging Options:
PROFILE=1 == build gprof instrumentation into binaries for profiling
DEBUG=1 == add debugging symbols to binaries
Expand Down
19 changes: 19 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Mupen64Plus-Core Emulator Library RELEASE
-----------------------------------------

Mupen64Plus v1.99.3 - February 13, 2010
---------------------------------------
- New feature: configuration function ConfigGetParameterType()
- New feature: up to 1000 screenshots per ROM are allowed
- New feature: support for Gameshark 3.3 patch codes
- Bugfix: Use Dynarec by default when core supports it. If dynarec is selected but unavailable, fall back to cached interpreter
- Bugfix: screenshot directory handling code used unix-specific path separators; now is platform-independent
- Bugfix: #313 - 64-bit inline assembly code in r4300/x86_64/rjump.c needs to have underscores before the symbols names in OSX
- Bugfix: old bug in the core - hang if a ROM *without* a 16kb EEPROM type is loaded after a ROM *with* a 16kb EEPROM type
- Bugfix: rumble feature caused memory corruption
- Bugfix: Problem with zilmar API: the plugin RomOpen() functions had no way of returning errors to the core, causing crashes
- Replaced api documentation .tar.gz file with the mediawiki text
- Build script improvements:
- new feature: m64p_update.sh script can take an input argument to update to a tag or revision
- new feature: added bash script for building source packages of individual modules
- Makefile improvements:
- dont run ldconfig on make install unless user is root
- added OS type GNU/kFreeBSD

Mupen64Plus v1.99.2 - January 6, 2010
---------------------------------------
- doc: added tarball of emuwiki api documentation from 2010-01-06 for backup purposes
Expand Down
2 changes: 1 addition & 1 deletion src/main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define __VERSION_H__

#define MUPEN_CORE_NAME "Mupen64Plus Core"
#define MUPEN_CORE_VERSION 0x016302
#define MUPEN_CORE_VERSION 0x016303
#define MUPEN_API_VERSION 0x10000

#define MINIMUM_FRONTEND_API_VERSION 0x10000
Expand Down

0 comments on commit d0eec4f

Please sign in to comment.