You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ use std::io::prelude::*;
7
7
use std::ffi::CStr;
8
8
use std::net::IpAddr;
9
9
10
-
use skyline::{hook, hooks::InlineCtx, install_hooks,logging::{hex_dump_ptr, hex_dump_str},nn};
10
+
use skyline::{hook, hooks::InlineCtx, install_hooks, nn};
11
11
12
12
mod config;
13
13
use config::CONFIG;
@@ -18,7 +18,7 @@ mod replacement_files;
18
18
use replacement_files::{FileCtx,ARC_FILES,INCOMING};
19
19
20
20
mod offsets;
21
-
use offsets::TITLE_SCREEN_VERSION_OFFSET;
21
+
use offsets::{TITLE_SCREEN_VERSION_OFFSET,INFLATE_OFFSET,MEMCPY_1_OFFSET,MEMCPY_2_OFFSET,MEMCPY_3_OFFSET,INFLATE_DIR_FILE_OFFSET,MANUAL_OPEN_OFFSET,INITIAL_LOADING_OFFSET};
0 commit comments