audio gaming

This commit is contained in:
Sajid
2024-10-01 01:20:29 +06:00
parent 2122f247ac
commit baf24bb36a
10 changed files with 180 additions and 7 deletions
+16
View File
@@ -13,6 +13,22 @@ void* VdGetGlobalDevice()
return nullptr;
}
// CApplication::Update
PPC_FUNC_IMPL(__imp__sub_822C1130);
PPC_FUNC(sub_822C1130)
{
SDL_PumpEvents();
SDL_FlushEvents(SDL_FIRSTEVENT, SDL_LASTEVENT);
__imp__sub_822C1130(ctx, base);
}
// Skip logo
PPC_FUNC(sub_82547DF0)
{
sub_825517C8(ctx, base);
}
// Direct3D stubs
GUEST_FUNCTION_STUB(sub_824EB290);
GUEST_FUNCTION_STUB(sub_82BDA8C0);