[Textures] Normalize 1D TICs that use layers to 1DArray; #274

Merged
Shinmegumi merged 3 commits from Texture1Dwithlayers into master 2025-08-19 02:28:17 +02:00

3 commits

Author SHA1 Message Date
f160228520 Update src/video_core/texture_cache/image_view_info.cpp
All checks were successful
eden-license / license-header (pull_request) Successful in 19s
2025-08-19 02:27:44 +02:00
58addd03a6 Update src/video_core/texture_cache/image_info.cpp 2025-08-19 02:27:44 +02:00
a935f19742 [Textures] Normalize 1D TICs that use layers to 1DArray;
Some TIC entries are tagged Texture1D but actually use array layers so previously it was marked as simple 1D and hence the assert, this fixes the said issue(Depth > 1 or baseLayer != 0).
Games fixed- God Eater 3
2025-08-19 02:27:44 +02:00