xerpi / vita-udcd-uvc

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

Fixed an issue that did not stream properly when launching a system app #13

Closed Princess-of-Sleeping closed 5 years ago

Princess-of-Sleeping commented 5 years ago

Still it did not stream properly in welcome park(NPXS10007) or video(NPXS10010) and LiveTweet(PCSC80002-jp)

And don't merge this pull request. The system freezes when you start a friend(NPXS10006).

Princess-of-Sleeping commented 5 years ago

The easiest way to solve this problem is to add a hook to ksceDisplaySetFrameBufInternal and keep getting parameters. But I am convinced that it is not the best.

xerpi commented 5 years ago

Yeah that's a tricky thing, maybe the best way is to peek the SceIftu registers and see which fb is in the top layer.

Princess-of-Sleeping commented 5 years ago

I have confirmed that this issue has been fixed in another pull request, so close this pull request. Thank you very much.