diff src/adplug/core/README.audacious @ 703:cae46214b8bf trunk

[svn] - rework AdPlug to use VFS properly see http://sacredspiral.co.uk/~nenolod/adplug-vfs-ng.diff for a diff.
author nenolod
date Fri, 23 Feb 2007 20:23:34 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/adplug/core/README.audacious	Fri Feb 23 20:23:34 2007 -0800
@@ -0,0 +1,10 @@
+This is a summary of changes made to the AdPlug core in the plugin for
+Audacious:
+
+- every replayer is now passed a VFS fd
+- there is a binio virtual which is now used to wrap the VFS in a way 
+  that is non-intrusive
+- some blatantly bad coding practices have been corrected
+
+--
+William Pitcock <nenolod -at- sacredspiral.co.uk>