We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c274c3 commit 00ee900Copy full SHA for 00ee900
fighters/rockman/src/vtable_hook.rs
@@ -318,7 +318,8 @@ pub fn install(is_runtime: bool) {
318
skyline::patching::Patch::in_text(0x10839cc).nop();
319
320
// Patches which status to compare to for Metal Blade.
321
- skyline::patching::Patch::in_text(0x1080264).data(0x7107741Fu32);
+ skyline::patching::Patch::in_text(0x1080264).nop();
322
+ skyline::patching::Patch::in_text(0x1080268).nop();
323
324
skyline::install_hooks!(
325
rockman_vtable_func,
0 commit comments