view src/xs_sidplay2.h @ 898:212d4738438d

Use the message box dialog, inform user when the path is not a directory when returning from file selector of HVSC or ROM paths. Adjust path to the "most likely" one.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 08:28:35 +0200
parents b02f934d8224
children
line wrap: on
line source

#ifndef XS_SIDPLAY2_H
#define XS_SIDPLAY2_H

#include "xs_backend.h"
#include "xs_support.h"

#ifdef __cplusplus
extern "C" {
#endif

gboolean    xs_sidplay2_probe(XSFile *);
void        xs_sidplay2_close(XSEngineState *);
gboolean    xs_sidplay2_init(XSEngineState *);
gboolean    xs_sidplay2_initsong(XSEngineState *);
guint       xs_sidplay2_fillbuffer(XSEngineState *, gchar *, guint);
gboolean    xs_sidplay2_load(XSEngineState *, gchar *);
void        xs_sidplay2_delete(XSEngineState *);
XSTuneInfo* xs_sidplay2_getinfo(const gchar *);
gboolean    xs_sidplay2_updateinfo(XSEngineState *);
void        xs_sidplay2_flush(XSEngineState *);

#ifdef __cplusplus
}
#endif
#endif /* XS_SIDPLAY2_H */