Skip to content

Commit 4fcf2e7

Browse files
committed
Added compatibility with Patch 2.2
1 parent 4aea400 commit 4fcf2e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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, 13); }
11+
static std::tuple<uint32_t, uint16_t> GetSupportedVersion() noexcept { return std::make_tuple(2, 2000); }
1212

1313
uintptr_t base_address;
1414
mem::region TextRegion;

src/reverse/Addresses.h

Lines changed: 1 addition & 1 deletion
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 = 4052428712UL;
27+
constexpr uint32_t CPhotoMode_SetRecordID = 4241565651UL;
2828
#pragma endregion
2929

3030
#pragma region CRenderGlobal

vendor/RED4ext.SDK

Submodule RED4ext.SDK updated 94 files

0 commit comments

Comments
 (0)