mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 07:44:43 +01:00
add gsb_blocked to src/Makefile
add manakoAT to in_vgmstream about box git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@520 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
06e43e9c00
commit
94825119ee
@ -36,7 +36,8 @@ LAYOUT_OBJS=layout/ast_blocked.o \
|
|||||||
layout/xvas_block.o \
|
layout/xvas_block.o \
|
||||||
layout/vs_blocked.o \
|
layout/vs_blocked.o \
|
||||||
layout/emff_blocked.o \
|
layout/emff_blocked.o \
|
||||||
layout/thp_blocked.o
|
layout/thp_blocked.o \
|
||||||
|
layout/gsb_blocked.o
|
||||||
|
|
||||||
META_OBJS=meta/adx_header.o \
|
META_OBJS=meta/adx_header.o \
|
||||||
meta/afc_header.o \
|
meta/afc_header.o \
|
||||||
|
@ -222,7 +222,7 @@ char * extension_list[] = {
|
|||||||
void about(HWND hwndParent) {
|
void about(HWND hwndParent) {
|
||||||
MessageBox(hwndParent,
|
MessageBox(hwndParent,
|
||||||
PLUGIN_DESCRIPTION "\n"
|
PLUGIN_DESCRIPTION "\n"
|
||||||
"by hcs and FastElbja\n\n"
|
"by hcs, FastElbja and manakoAT\n\n"
|
||||||
"http://sourceforge.net/projects/vgmstream"
|
"http://sourceforge.net/projects/vgmstream"
|
||||||
,"about in_vgmstream",MB_OK);
|
,"about in_vgmstream",MB_OK);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user