changeset 325:31c9d8f37474 trunk

[svn] - disable the playlist when loading = false.
author nenolod
date Fri, 01 Dec 2006 00:03:10 -0800
parents d49c3049fe5e
children 90a843d02970
files ChangeLog src/console/Nsfe_Emu.cxx
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Nov 30 23:08:19 2006 -0800
+++ b/ChangeLog	Fri Dec 01 00:03:10 2006 -0800
@@ -1,3 +1,11 @@
+2006-12-01 07:08:19 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [712]
+  - should return -1, not 1.
+  
+  trunk/src/console/Audacious_Driver.cxx |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2006-12-01 07:02:05 +0000  William Pitcock <nenolod@nenolod.net>
   revision [710]
   - what would we have ever done without Aerdan?
--- a/src/console/Nsfe_Emu.cxx	Thu Nov 30 23:08:19 2006 -0800
+++ b/src/console/Nsfe_Emu.cxx	Fri Dec 01 00:03:10 2006 -0800
@@ -307,6 +307,7 @@
 	loading = true;
 	blargg_err_t err = info.load( in, this );
 	loading = false;
+	disable_playlist( false );
 	return err;
 }