We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ed3c5 commit a17a23fCopy full SHA for a17a23f
fighters/rockman/src/vtable_hook.rs
@@ -304,7 +304,7 @@ pub fn install(is_runtime: bool) {
304
skyline::patching::Patch::in_text(0x1083cd0).nop();
305
skyline::patching::Patch::in_text(0x1083ce4).nop();
306
// Enable
307
- skyline::patching::Patch::in_text(0x1083900).nop();
+ skyline::patching::Patch::in_text(0x10838e0).nop();
308
skyline::patching::Patch::in_text(0x1083900).nop();
309
skyline::patching::Patch::in_text(0x1083928).nop();
310
skyline::patching::Patch::in_text(0x1083944).nop();
0 commit comments