02-21-2021, 07:35 PM
(02-17-2021, 08:26 PM)Leseratte10 Wrote: That feature is actually already included in the Wiimmfi payload.Thanks. And I didn't know that it was included in the Wiimmfi payload! That's cool!
You could implement that yourself by patching the KMP_GetITPT function (PAL 80514d3c), and whenever that would return 0, make it return a pointer to a pointer to a dummy ITPT in memory that just points to 0,0,0. You just need to watch our that that doesn't conflict with Wiimmfi's patch if you're planning to do that online.