diff options
author | waker <wakeroid@gmail.com> | 2011-04-09 09:26:53 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-04-09 09:26:53 +0200 |
commit | 022293ac29399e4177acb48cce4f7118ad215def (patch) | |
tree | bfb730cd7edd5de37978c2fa061852856f9da63e /plugins/sid | |
parent | 3d00757ff4a92befd54c880b75b167aa7ac6d30e (diff) |
fixed sid plugin description
Diffstat (limited to 'plugins/sid')
-rw-r--r-- | plugins/sid/plugin.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/sid/plugin.c b/plugins/sid/plugin.c index 1403013f..c8f1f7b0 100644 --- a/plugins/sid/plugin.c +++ b/plugins/sid/plugin.c @@ -22,7 +22,7 @@ static const char *exts[] = { "sid",NULL }; const char *filetypes[] = { "SID", NULL }; static const char settings_dlg[] = - "property \"Enable HVSC Songlengh DB\" checkbox hvsc_enable 0;\n" + "property \"Enable HVSC Songlength DB\" checkbox hvsc_enable 0;\n" "property \"Songlengths.txt (from HVSC)\" file hvsc_path \"\";\n" "property \"Samplerate\" entry sid.samplerate 44100;\n" "property \"Bits per sample (8 or 16)\" entry sid.bps 16;\n" @@ -40,7 +40,8 @@ DB_decoder_t sid_plugin = { .plugin.copyright = "Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net>\n" "\n" - "uses libsidplay2 - commodore 64 SID emulation library,\n" + "Uses modified libsidplay2-2.1.0\n" + "Commodore 64 SID emulation library\n" "Copyright (C) Simon White and other authors\n" "\n" "This program is free software; you can redistribute it and/or\n" |