mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-02-16 10:46:26 +00:00
Merge branch 'main' of https://github.com/hedge-dev/UnleashedRecomp
This commit is contained in:
commit
0f237c693d
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