xerpi / vita-udcd-uvc

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

doesnt work on system apps #2

Closed LiEnby closed 5 years ago

LiEnby commented 5 years ago

NPXSXXXXX range titleids dont work. and just freeze the video on the start button covering the entire screen

xerpi commented 5 years ago

I know, the problem is that the Vita has two buffers/display planes and I haven't found a proper way to detect which one is the front one yet.

Here's where I try for both planes, and I just use the first one that works: https://github.com/xerpi/vita_udcd_uvc/blob/master/main.c#L593

LiEnby commented 5 years ago

could you maybe check for "NPXS" in the titleid or ?

Rufis01 commented 5 years ago

A temporary fix could be adding a combo to re-detect the planes, perhaps.

xerpi commented 5 years ago

Fixed in eadc97ccf6f732e1151420dc97a1a2085a6b7488 thanks to @u3shit.