mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
Redirect dynamically linked sprintf to statically linked one.
This commit is contained in:
parent
841d57649a
commit
d3d887f0f1
1 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,12 @@ GUEST_FUNCTION_HOOK(sub_831CD040, QueryPerformanceFrequencyImpl);
|
|||
|
||||
GUEST_FUNCTION_HOOK(sub_82BD4BC0, GlobalMemoryStatusImpl);
|
||||
|
||||
// sprintf
|
||||
PPC_FUNC(sub_82BD4AE8)
|
||||
{
|
||||
sub_831B1630(ctx, base);
|
||||
}
|
||||
|
||||
// Movie player stubs
|
||||
GUEST_FUNCTION_STUB(sub_82AE3638);
|
||||
GUEST_FUNCTION_STUB(sub_82AE2BF8);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue