Skip to content
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

texture replacement filtering mode not working #18398

Closed
5 tasks done
Mr-Beacon00 opened this issue Nov 5, 2023 · 5 comments
Closed
5 tasks done

texture replacement filtering mode not working #18398

Mr-Beacon00 opened this issue Nov 5, 2023 · 5 comments

Comments

@Mr-Beacon00
Copy link

Game or games this happens in

NPJH-50045

What area of the game / PPSSPP

I add a line in textures.ini's filtering section. weapon icon should be "nearest" filtering, but it still linear,
filtering doesn't work anymore after 1.15
I also tried v1.16.6-280-g6d063ce3e. it still not working,
texture replace is okay, just filtering not working.
ini
1

What should happen

this is nearest icon
2

Logs

No response

Platform

Windows

Mobile phone model or graphics card

NVIDIA GeForce GTX 1650

PPSSPP version affected

v1.16.6

Last working version

v1.14.4

Graphics backend (3D API)

Vulkan

Checklist

  • Test in the latest git build in case it's already fixed.
  • Search for other reports of the same issue.
  • Try resetting settings or older versions and include if the issue is related.
  • Try without any cheats and without loading any save states.
  • Include logs or screenshots of issue.
@Schrottvogel
Copy link

Same here with 1.16.6. Installed HD Textures are ignored on Windows 11.
Everything is fine on MacOS.
Tested on Win11 with an old 1.10.3 version works fine.

@hrydgard hrydgard added this to the v1.17.0 milestone Dec 11, 2023
@hrydgard
Copy link
Owner

@Schrottvogel This issue is not about ignored textures, just ignored filtering options.

Anyway, I'm gonna fix this one, and there have been some other fixes lately, you might want to try the newest builds: https://buildbot.orphis.net/ppsspp/

@hrydgard
Copy link
Owner

hrydgard commented Dec 11, 2023

Oh I see, this has stopped working unless you actually replace the texture, you can't change just the filtering by hash anymore.

I'll fix that, as that's quite a useful feature that I missed testing when refactoring the texture cache a while ago.

(Though, I don't think it worked before either if you didn't have an entry pointing to a missing file in [hashes]..)

@Schrottvogel
Copy link

Tested with V1.16.6-514 works perfect.

@hrydgard
Copy link
Owner

Might later make it so it works even without an entry in [hashes]. But for now, this at least fixes the regression. Thanks for testing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants