diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-02-23 08:03:50 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-02-23 08:03:50 +0000 |
| commit | 8c9e5b47082b7ce93f8946a3af15820d225c7973 (patch) | |
| tree | 546d6c0a4354f20565946d78379f15b950a9ed4c /src/plugins/Input/gme | |
| parent | 8a090df03389ae9af82efc66af114dc504966d8e (diff) | |
| download | qmmp-8c9e5b47082b7ce93f8946a3af15820d225c7973.tar.gz qmmp-8c9e5b47082b7ce93f8946a3af15820d225c7973.tar.bz2 qmmp-8c9e5b47082b7ce93f8946a3af15820d225c7973.zip | |
gme: fixed Game Boy support (see https://bugs.debian.org/cgi-
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7040 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/gme')
| -rw-r--r-- | src/plugins/Input/gme/decodergmefactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/gme/decodergmefactory.cpp b/src/plugins/Input/gme/decodergmefactory.cpp index 6f28f9506..90c24c6d0 100644 --- a/src/plugins/Input/gme/decodergmefactory.cpp +++ b/src/plugins/Input/gme/decodergmefactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010-2016 by Ilya Kotov * + * Copyright (C) 2010-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -38,7 +38,7 @@ const DecoderProperties DecoderGmeFactory::properties() const { DecoderProperties properties; properties.name = tr("GME Plugin"); - properties.filters << "*.ay" << "*.gms" << "*.gym" << "*.hes" << "*.kss" << "*.nsf" << "*.nsfe"; + properties.filters << "*.ay" << "*.gbs" << "*.gym" << "*.hes" << "*.kss" << "*.nsf" << "*.nsfe"; properties.filters << "*.sap" << "*.spc" << "*.vgm" << "*.vgz"; properties.description = tr("Game Music Files"); //properties.contentType = ; |
