Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
6dfebf7d
Commit
6dfebf7d
authored
Mar 12, 2021
by
John Regan
Committed by
Max Kellermann
Mar 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gme: add support for rsn files
Upcoming release of game-music-emu will support it, details here:
https://bitbucket.org/mpyne/game-music-emu/pull-requests/23/rsn-support
parent
4bcdcca7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
NEWS
NEWS
+1
-0
GmeDecoderPlugin.cxx
src/decoder/plugins/GmeDecoderPlugin.cxx
+1
-1
No files found.
NEWS
View file @
6dfebf7d
...
...
@@ -3,6 +3,7 @@ ver 0.22.7 (not yet released)
- don't use glibc extension to parse time stamps
* decoder
- ffmpeg: fix build problem with FFmpeg 3.4
- gme: support RSN files
* storage
- curl: don't use glibc extension
* output
...
...
src/decoder/plugins/GmeDecoderPlugin.cxx
View file @
6dfebf7d
...
...
@@ -344,7 +344,7 @@ gme_container_scan(Path path_fs)
static
const
char
*
const
gme_suffixes
[]
=
{
"ay"
,
"gbs"
,
"gym"
,
"hes"
,
"kss"
,
"nsf"
,
"nsfe"
,
"sap"
,
"spc"
,
"vgm"
,
"vgz"
,
"nsfe"
,
"
rsn"
,
"
sap"
,
"spc"
,
"vgm"
,
"vgz"
,
nullptr
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment