Skip to content

Commit

Permalink
Fix crifsbinder_bind_directory offset
Browse files Browse the repository at this point in the history
  • Loading branch information
fnr1r committed Jul 26, 2024
1 parent 82b39cf commit eb590fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/criware/bind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub type CriFnBinderHandle = u64;
pub fn get_binder_handle() -> CriFnBinderHandle;

// Old offset: 0x1302710
#[skyline::from_offset(0x1302150)]
#[skyline::from_offset(0x1302910)]
pub fn crifsbinder_bind_directory(binder: CriFnBinderHandle, src_binder: *const u8, path: *const u8, work: *const u8, work_size: i32, bind_id: &mut u32) -> i32;

pub fn bind_directory<P: AsRef<Utf8Path>>(binder_handle: CriFnBinderHandle, path: P) -> Result<u32, DirBindingError> {
Expand Down

0 comments on commit eb590fc

Please sign in to comment.