mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 00:10:26 -06:00
24 lines
407 B
C++
24 lines
407 B
C++
#include <stdafx.h>
|
|
#include "video.h"
|
|
#include "window.h"
|
|
#include "kernel/function.h"
|
|
|
|
void VdInitializeSystem()
|
|
{
|
|
Window::Init();
|
|
}
|
|
|
|
void* VdGetGlobalDevice()
|
|
{
|
|
return nullptr;
|
|
}
|
|
|
|
// Direct3D stubs
|
|
GUEST_FUNCTION_STUB(sub_824EB290);
|
|
GUEST_FUNCTION_STUB(sub_82BDA8C0);
|
|
GUEST_FUNCTION_STUB(sub_82BE05B8);
|
|
|
|
// Movie player stubs
|
|
GUEST_FUNCTION_STUB(sub_82AE3638);
|
|
GUEST_FUNCTION_STUB(sub_82AE2BF8);
|