Missing Patch To Improve Colin McRae Rally 2005
Add missing both SetNotificationPositions patches with existing OOVPA signature from 4627 HLE database. ref #535 - This fixed and made Colin McRae Rally 2005 go a bit further, yet still crash after 2 black intro screens.
This commit is contained in:
parent
278a3e61da
commit
2b91e31abc
|
@ -984,6 +984,8 @@ OOVPATable DSound_5344[] = {
|
|||
REGISTER_OOVPA(CDirectSoundBuffer_SetConeOrientation, 4134, XREF),
|
||||
REGISTER_OOVPA(IDirectSoundBuffer_SetConeOrientation, 4134, PATCH),
|
||||
REGISTER_OOVPA(CDirectSoundStream_SetConeOrientation, 4134, PATCH),
|
||||
REGISTER_OOVPA(CDirectSoundBuffer_SetNotificationPositions, 4627, XREF),
|
||||
REGISTER_OOVPA(IDirectSoundBuffer_SetNotificationPositions, 4627, PATCH)
|
||||
};
|
||||
|
||||
// ******************************************************************
|
||||
|
|
|
@ -1827,6 +1827,8 @@ OOVPATable DSound_5558[] = {
|
|||
REGISTER_OOVPA(CDirectSoundBuffer_Use3DVoiceData, 5558, XREF),
|
||||
REGISTER_OOVPA(IDirectSoundBuffer_Use3DVoiceData, 5558, PATCH),
|
||||
REGISTER_OOVPA(CDirectSoundStream_Use3DVoiceData, 5558, XREF),
|
||||
REGISTER_OOVPA(CDirectSoundBuffer_SetNotificationPositions, 4627, XREF),
|
||||
REGISTER_OOVPA(IDirectSoundBuffer_SetNotificationPositions, 4627, PATCH)
|
||||
};
|
||||
|
||||
// ******************************************************************
|
||||
|
|
|
@ -749,6 +749,8 @@ OOVPATable DSound_5788[] = {
|
|||
REGISTER_OOVPA(CDirectSoundBuffer_Use3DVoiceData, 5558, XREF),
|
||||
REGISTER_OOVPA(IDirectSoundBuffer_Use3DVoiceData, 5558, PATCH),
|
||||
REGISTER_OOVPA(CDirectSoundStream_Use3DVoiceData, 5558, XREF),
|
||||
REGISTER_OOVPA(CDirectSoundBuffer_SetNotificationPositions, 4627, XREF),
|
||||
REGISTER_OOVPA(IDirectSoundBuffer_SetNotificationPositions, 4627, PATCH)
|
||||
};
|
||||
|
||||
// ******************************************************************
|
||||
|
|
|
@ -304,6 +304,8 @@ OOVPATable DSound_5849[] = {
|
|||
REGISTER_OOVPA(CDirectSoundBuffer_Use3DVoiceData, 5558, XREF),
|
||||
REGISTER_OOVPA(IDirectSoundBuffer_Use3DVoiceData, 5558, PATCH),
|
||||
REGISTER_OOVPA(CDirectSoundStream_Use3DVoiceData, 5558, XREF),
|
||||
REGISTER_OOVPA(CDirectSoundBuffer_SetNotificationPositions, 4627, XREF),
|
||||
REGISTER_OOVPA(IDirectSoundBuffer_SetNotificationPositions, 4627, PATCH)
|
||||
};
|
||||
|
||||
// ******************************************************************
|
||||
|
|
Loading…
Reference in New Issue