Skip to content

Commit

Permalink
Update fxr.rs
Browse files Browse the repository at this point in the history
1.12.0 piss
  • Loading branch information
vswarte authored Jul 1, 2024
1 parent 65d1ce4 commit f7249b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions agent/src/fxr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ struct GameOffsets {

fn get_offsets_for_game(game: &str) -> Option<GameOffsets> {
match game {
// Elden Ring 1.10.0
// Elden Ring 1.12.0
"eldenring.exe" => Some(GameOffsets {
sfx_imp: 0x3cfa618,
wtf_fxr: 0x20deef0,
patch_offsets: 0x20b5de0,
get_allocator: 0x2071850,
sfx_imp: 0x3d839b8,
wtf_fxr: 0x2124770,
patch_offsets: 0x20fb660,
get_allocator: 0x20b70d0,
}),

// Sekiro 1.06.0
Expand Down

0 comments on commit f7249b4

Please sign in to comment.