Added the SetI3DL2Source functions (5849)

This commit is contained in:
jarupxx 2017-02-11 21:13:28 +09:00
parent 06c5051779
commit 9d3c821795
1 changed files with 18 additions and 0 deletions

View File

@ -1652,6 +1652,21 @@ OOVPA_END;
// ******************************************************************
#define IDirectSoundBuffer8_SetMode_5849 IDirectSoundBuffer8_SetMode_5233
// ******************************************************************
// * DirectSound::CDirectSoundVoice::SetI3DL2Source
// ******************************************************************
#define DirectSound_CDirectSoundVoice_SetI3DL2Source_5849 DirectSound_CDirectSoundVoice_SetI3DL2Source_5558
// ******************************************************************
// * DirectSound::CDirectSoundBuffer::SetI3DL2Source
// ******************************************************************
#define DirectSound_CDirectSoundBuffer_SetI3DL2Source_5849 DirectSound_CDirectSoundBuffer_SetI3DL2Source_5558
// ******************************************************************
// * IDirectSoundBuffer_SetI3DL2Source
// ******************************************************************
#define IDirectSoundBuffer_SetI3DL2Source_5849 IDirectSoundBuffer_SetI3DL2Source_5558
// ******************************************************************
// * Direct, 5849
// ******************************************************************
@ -1785,6 +1800,9 @@ OOVPATable DSound_5849[] = {
REGISTER_OOVPA(CDirectSoundVoice_SetMode, 5849, XREF),
REGISTER_OOVPA(CDirectSoundBuffer_SetMode, 5849, XREF),
REGISTER_OOVPA(IDirectSoundBuffer8_SetMode, 5849, PATCH),
REGISTER_OOVPA(DirectSound_CDirectSoundVoice_SetI3DL2Source, 5849, XREF),
REGISTER_OOVPA(DirectSound_CDirectSoundBuffer_SetI3DL2Source, 5849, XREF),
REGISTER_OOVPA(IDirectSoundBuffer8_SetI3DL2Source, 5849, ALIAS, IDirectSoundBuffer_SetI3DL2Source),
};
// ******************************************************************