mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
Meta description in formats.c
This commit is contained in:
parent
013d43cccc
commit
2ac72c1b0e
4
BUILD.md
4
BUILD.md
@ -93,8 +93,8 @@ For new simple formats, assuming existing layout/coding:
|
||||
- *src/meta/(format-name).c*: create new format parser that reads all needed info from the stream header and inits VGMSTREAM
|
||||
- *src/meta/meta.h*: register parser's init
|
||||
- *src/vgmstream.h*: register new meta
|
||||
- *src/vgmstream.c*: add parser init to search list, add meta description
|
||||
- *src/formats.c*: add new extension to the format list
|
||||
- *src/vgmstream.c*: add parser init to search list
|
||||
- *src/formats.c*: add new extension to the format list, add meta description
|
||||
*fb2k/in_vgmstream.cpp*: add new extension to the file associations list
|
||||
- *src/Makefile*
|
||||
*src/meta/Makefile.unix.am*
|
||||
|
Loading…
Reference in New Issue
Block a user