We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2ebc5 commit 9717cc2Copy full SHA for 9717cc2
src/Image.h
@@ -8,7 +8,7 @@ struct Image
8
{
9
void Initialize();
10
11
- static std::tuple<uint32_t, uint16_t> GetSupportedVersion() noexcept { return std::make_tuple(2, 12); }
+ static std::tuple<uint32_t, uint16_t> GetSupportedVersion() noexcept { return std::make_tuple(2, 1201); }
12
13
uintptr_t base_address;
14
mem::region TextRegion;
vendor/RED4ext.SDK
0 commit comments