Skip to content

Commit

Permalink
Bumped supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
not_alphanine committed Sep 13, 2024
1 parent d5ded1c commit 4e97cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Image.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct Image
{
void Initialize();

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

uintptr_t base_address;
mem::region TextRegion;
Expand Down

0 comments on commit 4e97cf8

Please sign in to comment.