Skip to content

Commit

Permalink
updated RELEASE file and version info 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 34bb46e commit f131bb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
SDL Audio plugin for Mupen64Plus
---------------------------------

Mupen64Plus-audio-sdl v1.99.3 - February 13, 2010
--------------------------------------------------
- sync with core<-->plugin API change for RomOpen()
- bugfix: logical error in previous audio refactoring causing slowdown/lockup on loading savestate or re-initializing audio
- Makefile improvements:
- 'sdl-config --libs' can give "-Wl,-rpath", so plugin must be linked with CC instead of LD
- issue #257: added to makefile OS type GNU/kFreeBSD

Mupen64Plus-audio-sdl v1.99.2 - January 6, 2010
-------------------------------------------------
- new feature: Completely re-wrote buffering/synchronization code:
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* version info */
#define SDL_AUDIO_PLUGIN_VERSION 0x016302
#define SDL_AUDIO_PLUGIN_VERSION 0x016303

/* declarations of pointers to Core config functions */
extern ptr_ConfigListSections ConfigListSections;
Expand Down

0 comments on commit f131bb1

Please sign in to comment.