xerpi / vita-udcd-uvc

PSVita UDCD USB Video Class plugin
468 stars 23 forks source link

System app fix #25

Closed u3shit closed 5 years ago

u3shit commented 5 years ago

A simpler fix for #2 than #13. As far as I can tell, it works with every system app.

xerpi commented 5 years ago

Wow, how did you figure the paddr was 0? I guess this works just as before on game apps but it detects better when a system app is opened?

u3shit commented 5 years ago

Using printfs... I mean, memcpy-ing variables into the video buffer, trial and erroring around random crashes, and looking at the raw video frames with a hex editor, because logging didn't want to work for me.

xerpi commented 5 years ago

Awesome, I'll merge it.