pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/mednafen
Module name: wip
Committed by: thomasklausner
Date: Sat Jan 28 00:35:47 UTC 2006
Modified Files:
wip/mednafen: Makefile TODO distinfo
Log Message:
Update to 0.4.5, and replace /dev/dsp properly.
0.4.5:
drivers/opengl.cpp now includes the GL header files AFTER the header
file that eventually loads config.h is included to fix
compilation on Mac OS X.
Redefined SFEND from { 0 } to { 0, 0, 0}, and fixed older code to use
the SFEND macro, to fix crashing on OSX and possibly
other platforms when saving or loading states.
Reduced SDL's buffer size when using the SDL sound driver(used on
MacOSX).
Restructured and merged some of the sections in the autoconf script.
Note to future self: I noted that it seems if
the first instance of PKG_CHECK_MODULES() is in a statement that
doesn't evaluate, any other PKG_CHECK_MODULES()
statements will fail. I don't know if this is a bug in autoconf, or a
misunderstanding on my part.
Removed the largely unused ESD sound driver from compilation, as it is
mostly unsuitable for use in Mednafen.
Also removed the jack driver, as it was unfinished, and couldn't be
used anyway.
PCE: Fixed CD-DA playback from "WAV" audio files on big-endian
platforms.
Fixed a compilation problem on big-endian CPUs by adding appropriate
type-casts in psf.cpp.
0.4.4:
Modified the GBA code to not use many INLINEd functions in arm.cpp.
This greatly reduces
RAM and CPU usage during compilation, and should have only a negligible
impact on performance(and might
even improve performance on cache-starved systems).
Fixed a compilation problem on non-x86 and non-PPC platforms in the NES
emulation code.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.3 -r1.4 wip/mednafen/distinfo
cvs -z3 rdiff -u -r1.6 -r1.7 wip/mednafen/Makefile
cvs -z3 rdiff -u -r1.7 -r1.8 wip/mednafen/TODO
To view a diff of this commit:
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/distinfo?r1=1.3&r2=1.4
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/Makefile?r1=1.6&r2=1.7
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/TODO?r1=1.7&r2=1.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index