Skip to content

Commit

Permalink
2.12a
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Mar 20, 2024
1 parent 2d2ebc5 commit 9717cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 12); }
static std::tuple<uint32_t, uint16_t> GetSupportedVersion() noexcept { return std::make_tuple(2, 1201); }

uintptr_t base_address;
mem::region TextRegion;
Expand Down

0 comments on commit 9717cc2

Please sign in to comment.