Mercurial > audlegacy
changeset 1228:db4ce8342aaa trunk
[svn] - oops
author | nenolod |
---|---|
date | Wed, 14 Jun 2006 17:57:58 -0700 |
parents | 06e4a5f66819 |
children | e4b17654a83b |
files | ChangeLog Plugins/Input/console/Nsf_Emu.cpp |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 14 17:40:07 2006 -0700 +++ b/ChangeLog Wed Jun 14 17:57:58 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-15 00:40:07 +0000 William Pitcock <nenolod@nenolod.net> + revision [1368] + - remove debugging printfs + + + Changes: Modified: + +1 -2 trunk/Plugins/Input/console/Nsf_Emu.cpp + + 2006-06-15 00:38:42 +0000 William Pitcock <nenolod@nenolod.net> revision [1366] - allow FDS files to play (although samples are presently ignored)
--- a/Plugins/Input/console/Nsf_Emu.cpp Wed Jun 14 17:40:07 2006 -0700 +++ b/Plugins/Input/console/Nsf_Emu.cpp Wed Jun 14 17:57:58 2006 -0700 @@ -387,7 +387,7 @@ // sound and memory exp_flags = header_.chip_flags; -\ blargg_err_t err = init_sound(); + blargg_err_t err = init_sound(); if ( err ) return err;