mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-25 07:37:56 +03:00
fix: Include usb-init-fix patch in mk3hook initialization
This commit is contained in:
committed by
voidderef
parent
6da28534ad
commit
cabdb6b47d
@@ -22,6 +22,7 @@
|
||||
#include "hook/patch/sigsegv.h"
|
||||
#include "hook/patch/sound.h"
|
||||
#include "hook/patch/usb-emu.h"
|
||||
#include "hook/patch/usb-init-fix.h"
|
||||
|
||||
#include "util/fs.h"
|
||||
#include "util/glibc.h"
|
||||
@@ -195,6 +196,7 @@ static void mk3hook_patch_piuio_init(struct mk3hook_options *options)
|
||||
patch_piuio_exit_init();
|
||||
}
|
||||
|
||||
patch_usb_init_fix_init();
|
||||
patch_usb_emu_init();
|
||||
|
||||
if (options->patch.piuio.api_lib) {
|
||||
|
||||
Reference in New Issue
Block a user