From 34b18815286938176b0462ba5a97ea03195409fb Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 22 Mar 2020 17:23:40 +0300 Subject: CGame::Initialise --- src/core/RwHelper.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/RwHelper.cpp') diff --git a/src/core/RwHelper.cpp b/src/core/RwHelper.cpp index 8dade266..1030d69e 100644 --- a/src/core/RwHelper.cpp +++ b/src/core/RwHelper.cpp @@ -347,6 +347,13 @@ CameraCreate(RwInt32 width, RwInt32 height, RwBool zBuffer) return (nil); } +WRAPPER void ReadVideoCardCapsFile(uint32&, uint32&, uint32&, uint32&) { EAXJMP(0x5926C0); } +WRAPPER bool CheckVideoCardCaps(void) { EAXJMP(0x592740); } +WRAPPER void WriteVideoCardCapsFile(void) { EAXJMP(0x5927D0); } +WRAPPER void ConvertingTexturesScreen(uint32, uint32, const char*) { EAXJMP(0x592880); } +WRAPPER void DealWithTxdWriteError(uint32, uint32, const char*) { EAXJMP(0x592BF0); } +WRAPPER bool ConvertTextures() { EAXJMP(0x592C70); } + STARTPATCHES //InjectHook(0x526450, GetFirstObjectCallback, PATCH_JUMP); InjectHook(0x526460, GetFirstObject, PATCH_JUMP); -- cgit v1.2.3