[Android] Fix building. #10

Merged
Bix merged 10 commits from android-build into main 2025-08-09 13:51:36 +00:00
Owner
No description provided.
Bix added 10 commits 2025-08-09 13:50:46 +00:00
[texture_cache] Enforce conservative 3D texture aliasing. Consistently merge/lookup images. (#4)
Some checks are pending
yuzu-ci / transifex (push) Waiting to run
yuzu-ci / reuse (push) Waiting to run
1e07dd7949
Previously, the merging strategy is permissive but the lookup strategy is strict. Together they create a infinite merge loop because lookup always fails and merges are always executed.
The last attempt to fix this issue made the lookup strategy more permissive which created unexpected aliased textures.
This commit implements an alternative: make the merging strategy strict.

Reviewed-on: #196
Reviewed-by: Shinmegumi <shinmegumi@eden-emu.dev>
Co-authored-by: weakboson <weakboson@quantum-field.net>
Co-committed-by: weakboson <weakboson@quantum-field.net>

Co-authored-by: Bix <bix@bixed.xyz>
Co-authored-by: SDK Chan <sdkchan@eden-emu.dev>
Reviewed-on: #4
[core] Update Internal Horizon OS and SDK Version Constants to 19.0.1 (#6)
Some checks are pending
yuzu-ci / transifex (push) Waiting to run
yuzu-ci / reuse (push) Waiting to run
504bd8c839
Updates version constants to match Nintendo Switch firmware 19.0.1:
- HOS version numbers (19.0.1)
- Version hash
- Display version string
- Display title string

Signed-off-by: default avatarZephyron <zephyron@citron-emu.org>

Co-authored-by: SDK Chan <sdkchan@eden-emu.dev>
Reviewed-on: #6
- Briar
This reverts commit 5417b6c24e.
Signed-off-by: Bix <bix@bixed.xyz>
Signed-off-by: Bix <bix@bixed.xyz>
revert [core] Update Internal Horizon OS and SDK Version Constants to 19.0.1 (#6)

Updates version constants to match Nintendo Switch firmware 19.0.1:
- HOS version numbers (19.0.1)
- Version hash
- Display version string
- Display title string

Signed-off-by: default avatarZephyron <zephyron@citron-emu.org>

Co-authored-by: SDK Chan <sdkchan@eden-emu.dev>
Reviewed-on: #6
revert 1e07dd7949
Some checks failed
codespell / Check for spelling errors (pull_request) Has been cancelled
a9ada7f27e
revert [texture_cache] Enforce conservative 3D texture aliasing. Consistently merge/lookup images. (#4)

Previously, the merging strategy is permissive but the lookup strategy is strict. Together they create a infinite merge loop because lookup always fails and merges are always executed.
The last attempt to fix this issue made the lookup strategy more permissive which created unexpected aliased textures.
This commit implements an alternative: make the merging strategy strict.

Reviewed-on: #196
Reviewed-by: Shinmegumi <shinmegumi@eden-emu.dev>
Co-authored-by: weakboson <weakboson@quantum-field.net>
Co-committed-by: weakboson <weakboson@quantum-field.net>

Co-authored-by: Bix <bix@bixed.xyz>
Co-authored-by: SDK Chan <sdkchan@eden-emu.dev>
Reviewed-on: #4
Author
Owner

NEEDS SQUASH

NEEDS SQUASH
Bix merged commit 8453e4c1ec into main 2025-08-09 13:51:36 +00:00
Bix deleted branch android-build 2025-08-09 13:51:36 +00:00
Bix referenced this pull request from a commit 2025-08-09 13:51:36 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Bix/yuzu!10
No description provided.