[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx: [274] branches/fusegl/fuse/fuse.cpp
Brought to you by:
fredm
From: <fr...@us...> - 2007-01-01 07:15:53
|
Revision: 274 http://svn.sourceforge.net/fuse-for-macosx/?rev=274&view=rev Author: fredm Date: 2006-12-31 23:15:54 -0800 (Sun, 31 Dec 2006) Log Message: ----------- Don't enable sound until we've set the machine so we know the frame rate. Modified Paths: -------------- branches/fusegl/fuse/fuse.cpp Modified: branches/fusegl/fuse/fuse.cpp =================================================================== --- branches/fusegl/fuse/fuse.cpp 2007-01-01 07:13:02 UTC (rev 273) +++ branches/fusegl/fuse/fuse.cpp 2007-01-01 07:15:54 UTC (rev 274) @@ -240,16 +240,6 @@ z80_init(); - fuse_sound_in_use = 0; - if( settings_current.sound && settings_current.emulation_speed == 100 ) - sound_init( settings_current.sound_device ); - - if( sound_enabled ) { - fuse_sound_in_use = 1; - } else { - settings_current.sound = 0; - } - if( timer_init() ) return 1; error = timer_estimate_reset(); if( error ) return error; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |