Skip to content

Commit

Permalink
Upgrade IBOs for 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vswarte authored Jun 20, 2024
1 parent 185b93f commit 4125f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const SAVEGAME_BACKUP_EXTENSION: &str = ".sl2.bak";
const SC_SAVEGAME_EXTENSION: &str = ".co2";
const SC_SAVEGAME_BACKUP_EXTENSION: &str = ".co2.bak";

const REGBIN_CHECK_FLAG_IBO: usize = 0x3acea92;
const REGULATIONMANAGER_CONSTRUCTOR_IBO: usize = 0xdc96c0;
const REGBIN_CHECK_FLAG_IBO: usize = 0x3b40042;
const REGULATIONMANAGER_CONSTRUCTOR_IBO: usize = 0xe076a0;

static_detour! {
static CREATE_FILE_W_HOOK: unsafe extern "system" fn(PCWSTR, u32, u32, u64, u32, u32, HANDLE) -> u64;
Expand Down

0 comments on commit 4125f08

Please sign in to comment.