Skip to content

Commit

Permalink
updated version and RELEASE info for 1.99.4 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Nov 23, 2010
1 parent 07a57d8 commit 6e53b65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Mupen64Plus-Core Emulator Library RELEASE
-----------------------------------------

Mupen64Plus v1.99.4 - February 22, 2010
---------------------------------------
- Added some type checking to ConfigGetParameter() function, and a new error type
- Bugfix: avoid segfault in the video extension code if SDL initialization fails (because video plugin fails)
- Added new CoreGetRomSettings() function for front-ends
- Allow to run dynarec in hardware DEP protected windows
- Allow core .cfg parser to accept strings without quotes around them
- API change: use new ReadScreen2() video plugin function
- New re-entrant R4300 disassembler, from tty68k/zzt32, a man who loves MIPS processors
- makefile fixes and improvements, code cleanups

Mupen64Plus v1.99.3 - February 13, 2010
---------------------------------------
- New feature: configuration function ConfigGetParameterType()
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 0x016303
#define MUPEN_CORE_VERSION 0x016304
#define MUPEN_API_VERSION 0x10000

#define MINIMUM_FRONTEND_API_VERSION 0x10000
Expand Down

0 comments on commit 6e53b65

Please sign in to comment.