diff --git a/.vscode/settings.json b/.vscode/settings.json index cd63bcd..eff126c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -79,5 +79,8 @@ "_576p", "_720p", "doesFileExist" - ] + ], + "files.associations": { + "typeinfo": "cpp" + } } diff --git a/Makefile b/Makefile index 1fa4b4a..8f24ca9 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ IOP_MODULES = iomanx.o filexio.o \ sio2man.o mcman.o mcserv.o padman.o libsd.o \ usbd.o bdm.o bdmfs_fatfs.o \ usbmass_bd.o cdfs.o ds34bt.o ds34usb.o \ - secrsif.o IOPRP.o secrman.o poweroff.o \ + secrsif.o secrman.o IOPRP.o poweroff.o \ ps2dev9_irx.o ps2atad_irx.o ps2hdd_irx.o ps2fs_irx.o EMBEDDED_RSC = boot.o \ diff --git a/src/main.cpp b/src/main.cpp index 3d9ef5c..8ac4c6e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -238,6 +238,9 @@ int main(int argc, char *argv[]) sbv_patch_disable_prefix_check(); sbv_patch_fileio(); + ret = SifExecModuleBuffer(&secrman_irx, size_secrman_irx, 0, NULL, &STAT); + EPRINTF("[SECRMAN_ALT]: ret=%d, stat=%d\n", ret, STAT); + init_scr(); #ifdef UDPTTY if (loadDEV9())