summaryrefslogtreecommitdiff
path: root/csid.cpp
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-01 20:29:54 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-01 20:29:54 +0100
commitd8f17a11834c18b2fc05890058400f78c3475b15 (patch)
treeb8c3a4d099f0edc9023dbdd34d9f4c8f23713c42 /csid.cpp
parente42225701209abe34afcde2aff7dd036d8c9f9c6 (diff)
added config dialog for hvsc in sid plugin
Diffstat (limited to 'csid.cpp')
-rw-r--r--csid.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/csid.cpp b/csid.cpp
index 76e6b43e..34a32d1f 100644
--- a/csid.cpp
+++ b/csid.cpp
@@ -52,6 +52,11 @@ extern "C" {
static const char *exts[] = { "sid",NULL };
const char *filetypes[] = { "SID", NULL };
+static const char settings_dlg[] =
+ "property \"Enable HVSC\" checkbox hvsc_enable 0;\n"
+ "property \"HVSC path\" file hvsc_path \"\";\n"
+;
+
// define plugin interface
static DB_decoder_t plugin = {
{ // plugin
@@ -70,6 +75,7 @@ static DB_decoder_t plugin = {
/* .plugin.start = */NULL,
/* .plugin.stop = */csid_stop,
/* .plugin.exec_cmdline = */NULL,
+ /* .plugin.configdialog = */settings_dlg,
},
{ // info
/* .info.bps = */0,