blastrock / pkgj

pkg download & installation directly on Vita
BSD 2-Clause "Simplified" License
1.1k stars 99 forks source link

Reapply search filter when refreshing database or changing modes #392

Closed knoellle closed 2 years ago

knoellle commented 2 years ago

This has been bothering me for some time. When trying to find games of a specific franchise, regardless of platform, You'd apply a search filter and then switch between Vita, PSP, and PSX modes to see what's available. However, in current upstream the search filter is not reapplied when switching modes. This PR fixes that.

P.S.: There seem to be an issue with the bzip2 conan dependecy because bitcrafters shut down. If you have trouble compiling, check out this commit. It might be hacky as I have little experience with conan, but it worked for me to compile the project.

Yoti commented 2 years ago

Have you tested this on a real console?

knoellle commented 2 years ago

Yes, I've been using this build exclusively since I opened this PR.

Yoti commented 2 years ago

Merged, thanks!