Skip to content

Commit

Permalink
Merge pull request #16 from z3lx/chore/update-offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
z3lx authored Jan 1, 2025
2 parents 56f1575 + 3936ec4 commit 3998766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Game Version](https://img.shields.io/badge/version-%205.2-brightgreen)
![Game Version](https://img.shields.io/badge/version-%205.3-brightgreen)
![GitHub all releases](https://img.shields.io/github/downloads/z3lx/genshin-fov-unlock/total)

# Genshin Impact FOV Unlocker
Expand Down
4 changes: 2 additions & 2 deletions src/plugin/Unlocker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

#include <Windows.h>

constexpr auto OFFSET_GL = 0x13F87C0;
constexpr auto OFFSET_CN = 0x13F38A0;
constexpr auto OFFSET_GL = 0xF08370;
constexpr auto OFFSET_CN = 0xF0A370;

Unlocker* Unlocker::unlocker = nullptr;
std::mutex Unlocker::mutex {};
Expand Down

0 comments on commit 3998766

Please sign in to comment.