Allows making use of the MultiDRC mode, which can be enabled with the functions from #264 and #265.
Not sure what GX2_SCAN_TARGET_TV1 is used for, from RE'ing GX2 it seems to copy the colorbuffer to some TV scanbuffer.
GX2GetSystemDRCScanMode was replaced with GX2GetSystemDRCMode in WhbGfx since GX2GetSystemDRCScanMode doesn't seem to keep the second GamePad in mind.
@GaryOderNichts is the videodata send to the gamepads encrypted? Otherwise it would be fun to have it display on a 3DS, to use it as a smaller gamepad.
Allows making use of the MultiDRC mode, which can be enabled with the functions from #264 and #265. Not sure what
GX2_SCAN_TARGET_TV1
is used for, from RE'ing GX2 it seems to copy the colorbuffer to some TV scanbuffer.GX2GetSystemDRCScanMode
was replaced withGX2GetSystemDRCMode
in WhbGfx sinceGX2GetSystemDRCScanMode
doesn't seem to keep the second GamePad in mind.