-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSX Bilinear Filter = OFF (psp request) #371
Comments
That is builtin with Sony's Vita PSX emulator not sure its doable on the PSP side. |
On the PSP, it is enabled by default, so logically it can be disabled, right? Even with some plugin, it doesn't necessarily have to be in that menu. |
What about setting the screen mode to original? |
The image was just an example taken from Google. When setting custom dimensions to remove the top and bottom black bars, the image appears slightly blurry because by default, there is a bilinear filter that cannot be disabled on the PSP but can be disabled on the PS Vita. |
Are you sure there's a bilinear filter on the PSP? I believe it just upscales the original image. |
Sure, in fact on the PS Vita when it is enabled, it appears as PSP, and when disabled, it is displayed as defined as in original mode but with scaled pixels without blurriness (provided you have selected a setting other than original screen, otherwise without scaling, nothing changes). Indeed, the function of the filter is precisely to smooth the pixels for a more homogeneous result, but in PSX games on PSP, it would be better to disable this option, especially on such a small screen where it is much better to have defined edges rather than smoothed ones. It looks good even without it, but since on PS Vita it can be disabled, I'm sure some developer here can manage to implement this function. |
The Vita can't be using the PSP's GPU to do any bilinear filtering or upscaling of any sorts since that's handled by the Vita's GPU itself as it feeds from the original PS1 VRAM. |
ok, but in fact the ebot does not have an integrated bilinear filter so there is necessarily a way to deactivate it. maybe it would have been difficult to create it but since it already exists it can certainly be deactivated like on psvita or other emulators. deactivating this filter also on psp would be exceptional so I await a response from some programmer who understands the importance of the requested implementation. |
Umm @JoseAaronLopezGarcia knows the PS1 stuff VERY well. |
New Feature
I think it would be really nice and useful to have an option to disable bilinear filtering on PSX games (you can do it on PS Vita, but it's missing on PSP!).
The text was updated successfully, but these errors were encountered: