comparison src/console/Spc_Emu.cxx @ 2004:5abb9030e8a7

Hush down some warnings.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Tue, 09 Oct 2007 16:58:35 +0300
parents c31e94fefd2a
children
comparison
equal deleted inserted replaced
2003:422b20698db5 2004:5abb9030e8a7
239 }; 239 };
240 240
241 static Music_Emu* new_spc_emu () { return BLARGG_NEW Spc_Emu ; } 241 static Music_Emu* new_spc_emu () { return BLARGG_NEW Spc_Emu ; }
242 static Music_Emu* new_spc_file() { return BLARGG_NEW Spc_File; } 242 static Music_Emu* new_spc_file() { return BLARGG_NEW Spc_File; }
243 243
244 gme_type_t_ const gme_spc_type [1] = { "Super Nintendo", 1, &new_spc_emu, &new_spc_file, "SPC", 0 }; 244 gme_type_t_ const gme_spc_type [1] = {{ "Super Nintendo", 1, &new_spc_emu, &new_spc_file, "SPC", 0 }};
245 245
246 // Setup 246 // Setup
247 247
248 blargg_err_t Spc_Emu::set_sample_rate_( long sample_rate ) 248 blargg_err_t Spc_Emu::set_sample_rate_( long sample_rate )
249 { 249 {