aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/sid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/sid.cpp')
-rw-r--r--audio/softsynth/sid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/sid.cpp b/audio/softsynth/sid.cpp
index bafbd4ab53..ac26922514 100644
--- a/audio/softsynth/sid.cpp
+++ b/audio/softsynth/sid.cpp
@@ -1427,7 +1427,7 @@ int SID::updateClock(cycle_count& delta_t, short* buf, int n, int interleave) {
class C64MusicPlugin : public NullMusicPlugin {
public:
const char *getName() const {
- return _s("C64 Audio Emulator");
+ return _s("C64 Audio emulator");
}
const char *getId() const {