comparison src/xs_sidplay2.cpp @ 838:ae1f6418d093

libSIDPlay2-FP backend interface is now in a separate module. Configuration related things still pending.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 21:24:38 +0200
parents a7ee5dc23e78
children 5b93bd8c7814
comparison
equal deleted inserted replaced
837:5b3e2116408f 838:ae1f6418d093
1 /* 1 /*
2 XMMS-SID - SIDPlay input plugin for X MultiMedia System (XMMS) 2 XMMS-SID - SIDPlay input plugin for X MultiMedia System (XMMS)
3 3
4 libSIDPlay v2 support 4 libSIDPlay2 support
5 5
6 Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org> 6 Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
7 (C) Copyright 1999-2012 Tecnic Software productions (TNSP) 7 (C) Copyright 1999-2012 Tecnic Software productions (TNSP)
8 8
9 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
416 416
417 /* Delete INTERNAL information 417 /* Delete INTERNAL information
418 */ 418 */
419 void xs_sidplay2_delete(XSEngineState * state) 419 void xs_sidplay2_delete(XSEngineState * state)
420 { 420 {
421 XSSIDPlay2 *engine = (XSSIDPlay2 *) state->internal; 421 (void) state;
422 // XSSIDPlay2 *engine = (XSSIDPlay2 *) state->internal;
422 } 423 }
423 424
424 425
425 /* Hardware backend flushing 426 /* Hardware backend flushing
426 */ 427 */