Project

General

Profile

fix-rsid-playback.patch

Matti Tiainen, July 30, 2013 14:14

View differences:

audacious-plugins-3.4/src/sid/xs_sidplay2.cc 2013-07-30 14:49:18.000000000 +0300
231 231
        return FALSE;
232 232
    }
233 233

  
234
    if (engine->currEng->config(engine->currConfig) < 0) {
235
        xs_error("[SIDPlayFP] Emulator engine configuration failed!\n");
236
        return FALSE;
237
    }
238

  
234 239
    status->isInitialized = TRUE;
235 240

  
236 241
    return TRUE;