Skip to content

Commit 53d432d

Browse files
committed
Removes Foresight
1 parent 9f564bb commit 53d432d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fighters/elight/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ pub fn install(is_runtime: bool) {
4747
if !is_runtime || is_hdr_available() {
4848
status::add_statuses();
4949
}
50+
51+
// Disables Foresight
52+
skyline::patching::Patch::in_text(0xa28e58).nop();
53+
skyline::patching::Patch::in_text(0xa28e64).data(0x140000ACu32);
5054
}
5155

5256
pub fn delayed_install() {

0 commit comments

Comments
 (0)