Skip to content

Commit

Permalink
bink: Bump header to 1.9q to match binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimhotepus committed Sep 30, 2024
1 parent 6d2c154 commit cbd7727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions binkw/binkw.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ void RADEXPLINK BinkSetVolume(HBINK, U32, S32) {}
void RADEXPLINK BinkSetPan(HBINK, U32, S32) {}
void RADEXPLINK BinkSetMixBins(HBINK, U32, U32 PTR4*, U32) {}
void RADEXPLINK BinkSetMixBinVolumes(HBINK, U32, U32 PTR4*, S32 PTR4*, U32) {}
void RADEXPLINK BinkSetWillLoop(HBINK, S32) {}
void RADEXPLINK BinkService(HBINK) {}

S32 RADEXPLINK BinkShouldSkip(HBINK) { return 0; }
Expand Down
7 changes: 4 additions & 3 deletions deps/bink/bink.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#define BINKMAJORVERSION 1
#define BINKMINORVERSION 9
#define BINKSUBVERSION 9
#define BINKVERSION "1.9i"
#define BINKDATE "2008-10-31"
#define BINKSUBVERSION 17
#define BINKVERSION "1.9q"
#define BINKDATE "2009-11-02"

#ifndef __RADRES__

Expand Down Expand Up @@ -531,6 +531,7 @@ RADEXPFUNC void RADEXPLINK BinkSetVolume(HBINK bnk, U32 trackid, S32 volume);
RADEXPFUNC void RADEXPLINK BinkSetPan(HBINK bnk,U32 trackid, S32 pan);
RADEXPFUNC void RADEXPLINK BinkSetMixBins(HBINK bnk,U32 trackid, U32 PTR4* mix_bins, U32 total);
RADEXPFUNC void RADEXPLINK BinkSetMixBinVolumes(HBINK bnk,U32 trackid, U32 PTR4* vol_mix_bins, S32 PTR4* volumes, U32 total);
RADEXPFUNC void RADEXPLINK BinkSetWillLoop(HBINK bink, S32 onof);
RADEXPFUNC void RADEXPLINK BinkService(HBINK bink);

RADEXPFUNC S32 RADEXPLINK BinkShouldSkip(HBINK bink);
Expand Down

0 comments on commit cbd7727

Please sign in to comment.