24 static const u32 g_patch[2] = {
35 static u32 patch[
sizeof(g_patch)/
sizeof(g_patch[0])] ALIGNED(16);
39 memcpy(UNCACHED_SEG(patch), g_patch,
sizeof(g_patch));
46 dmat.size=
sizeof(patch);
47 dmat.dest=modload_lib->exports[15];
50 sceSifSetDma(&dmat, 1);