Long has the Unix world longed for ps2_rnd support. Finally, the dreams of millions has come true!

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@425 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-08-21 20:17:30 +00:00
parent ded69c17d7
commit 84ea2fd232
3 changed files with 4 additions and 1 deletions

View File

@ -129,7 +129,8 @@ META_OBJS=meta/adx_header.o \
meta/xbox_xvas.o \
meta/sat_sap.o \
meta/sat_sap.o \
meta/dc_idvi.o
meta/dc_idvi.o \
meta/ps2_rnd.o
OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS)

View File

@ -97,5 +97,6 @@ libmeta_la_SOURCES += xbox_xmu.c
libmeta_la_SOURCES += ngc_bh2pcm.c
libmeta_la_SOURCES += sat_sap.c
libmeta_la_SOURCES += dc_idvi.c
libmeta_la_SOURCES += ps2_rnd.c
EXTRA_DIST = meta.h

View File

@ -117,6 +117,7 @@ gchar *vgmstream_exts [] = {
"xvas",
"bh2pcm",
"sap",
"rnd",
/* terminator */
NULL
};