~sergio-br2/gme/trunk

« back to all changes in this revision

Viewing changes to gme/Music_Emu.cpp

  • Committer: gblargg
  • Date: 2009-08-01 14:50:17 UTC
  • Revision ID: git-v1:4618fc48662773c847b023fff329254e52b06c97
Added gme_enable_accuracy() and implemented for SPC.

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
void         Gme_Info_::pre_load()                          { Gme_File::pre_load(); } // skip Music_Emu
405
405
void         Gme_Info_::post_load_()                        { Gme_File::post_load_(); } // skip Music_Emu
406
406
void         Gme_Info_::set_equalizer_( equalizer_t const& ){ check( false ); }
 
407
void         Gme_Info_::enable_accuracy_( bool )            { check( false ); }
407
408
void         Gme_Info_::mute_voices_( int )                 { check( false ); }
408
409
void         Gme_Info_::set_tempo_( double )                { }
409
410
blargg_err_t Gme_Info_::start_track_( int )                 { return "Use full emulator for playback"; }