Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Dec 3, 2024
1 parent c205719 commit 733d0ba
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions core/compat/pentazemin/syspatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,6 @@ int sctrlGetUsbState() {
return 2; // Not connected
}

void patch_VshMain(SceModule2* mod){
u32 text_addr = mod->text_addr;

// Dummy usb detection functions
MAKE_DUMMY_FUNCTION_RETURN_0(text_addr + 0x38C94);
MAKE_DUMMY_FUNCTION_RETURN_0(text_addr + 0x38C94);
}

void patch_SysconfPlugin(SceModule2* mod){
u32 text_addr = mod->text_addr;
// Dummy all vshbridge usbstor functions
Expand Down Expand Up @@ -417,7 +409,6 @@ void AdrenalineOnModuleStart(SceModule2 * mod){

if (strcmp(mod->modname, "vsh_module") == 0) {
is_vsh = 1;
patch_VshMain(mod);
if (se_config->skiplogos){
// patch GameBoot
hookImportByNID(sceKernelFindModuleByName("sceVshBridge_Driver"), "sceDisplay_driver", 0x3552AB11, 0);
Expand Down

0 comments on commit 733d0ba

Please sign in to comment.