Skip to content

Development Notes

Matías Israelson edited this page Nov 18, 2022 · 2 revisions

load any KELF from anywhere on memcard

        char arg3[40];
        char *args[4] = {"-m rom0:SIO2MAN", "-m rom0:MCMAN", "-m rom0:MCSERV", arg3};
        sprintf(arg3, "-x %s", kelfpath);
        argc = 4;
        CleanUp();
        LoadExecPS2("moduleload", argc, args);

Clone this wiki locally