Citron/dist/languages
Zephyron 382999025a shader_recompiler: Add stubs for CSM/FCSM flow test conditions
Add stub implementations for previously unhandled flow test conditions in the
shader recompiler's IR emitter. These conditions were previously throwing
"Not Implemented" exceptions when encountered.

The following flow test cases are now stubbed:
- FCSM_TR (Fragment Shader Coarse/Fine Mode Test and Reject)
- CSM_TA (Coarse/Fine Mode Test Accept)
- CSM_TR (Coarse/Fine Mode Test and Reject)
- CSM_MX (Coarse/Fine Mode Maximum)
- FCSM_TA (Fragment Shader Coarse/Fine Mode Test Accept)
- FCSM_MX (Fragment Shader Coarse/Fine Mode Maximum)

Currently these stubs:
1. Return false (ir.Imm1(false)) as a placeholder value
2. Log a warning message indicating the stub
3. Allow shaders using these conditions to compile rather than fail

This is a step toward proper implementation of coarse/fine mode shader
operations. The stubs prevent crashes while making it clear which code paths
need full implementation.

Technical notes:
- Removed the previous FCSM_TR implementation that used flag operations
- Added consistent warning messages for tracking stub usage
- Kept within the existing GetFlowTest switch statement structure
2025-01-17 19:28:11 +10:00
..
.tx chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
.gitignore yuzu: Port translation support from Citra 2020-07-18 14:09:11 +02:00
ar.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
ca.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
cs.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
da.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
de.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
el.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
es.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
fi.ts chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
fr.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
hu.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
id.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
it.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
ja_JP.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
ko_KR.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
nb.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
nl.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
pl.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
pt_BR.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
pt_PT.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
README.md chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
ru_RU.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
sv.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
tr_TR.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
uk.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
vi.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
vi_VN.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
zh_CN.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00
zh_TW.ts shader_recompiler: Add stubs for CSM/FCSM flow test conditions 2025-01-17 19:28:11 +10:00

This directory stores translation patches (TS files) for citron Qt frontend. This directory is linked with citron project on transifex, so you can update the translation by executing tx pull -t -a. If you want to contribute to the translation, please go the transifex link and submit your translation there. This directory on the main repo will be synchronized with transifex periodically.

Do not directly open PRs on github to modify the translation.