Skip to content

Commit d932528

Browse files
authored
Merge pull request #964 from alphanin9/master
Small fixes for Patch 2.13
2 parents d3693f2 + 4e97cf8 commit d932528

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Image.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct Image
88
{
99
void Initialize();
1010

11-
static std::tuple<uint32_t, uint16_t> GetSupportedVersion() noexcept { return std::make_tuple(2, 1201); }
11+
static std::tuple<uint32_t, uint16_t> GetSupportedVersion() noexcept { return std::make_tuple(2, 13); }
1212

1313
uintptr_t base_address;
1414
mem::region TextRegion;

src/reverse/Addresses.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ constexpr uint32_t CPatches_OptionsInit = 4089777341UL; // Config::IConfigVar::R
2424
#pragma endregion
2525

2626
#pragma region CPhotoMode
27-
constexpr uint32_t CPhotoMode_SetRecordID = 4241565651UL;
27+
constexpr uint32_t CPhotoMode_SetRecordID = 4052428712UL;
2828
#pragma endregion
2929

3030
#pragma region CRenderGlobal
@@ -54,7 +54,7 @@ constexpr uint32_t CScript_LogChannelWarning = 2841780134UL;
5454
constexpr uint32_t CScript_TDBIDConstructorDerive = 326438016UL;
5555
constexpr uint32_t CScript_TranslateBytecode = 3442875632UL;
5656
constexpr uint32_t CScript_TweakDBLoad = 3602585178UL;
57-
constexpr uint32_t CScript_RegisterMemberFunction = 592450491UL;
57+
constexpr uint32_t CScript_RegisterMemberFunction = 592450491UL; // Is this even used?
5858
#pragma endregion
5959

6060
#pragma region CShutdownState

vendor/RED4ext.SDK

Submodule RED4ext.SDK updated 45 files

0 commit comments

Comments
 (0)