mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-01-22 16:46:59 +01:00
382999025a
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 |
||
---|---|---|
.. | ||
.tx | ||
.gitignore | ||
ar.ts | ||
ca.ts | ||
cs.ts | ||
da.ts | ||
de.ts | ||
el.ts | ||
es.ts | ||
fi.ts | ||
fr.ts | ||
hu.ts | ||
id.ts | ||
it.ts | ||
ja_JP.ts | ||
ko_KR.ts | ||
nb.ts | ||
nl.ts | ||
pl.ts | ||
pt_BR.ts | ||
pt_PT.ts | ||
README.md | ||
ru_RU.ts | ||
sv.ts | ||
tr_TR.ts | ||
uk.ts | ||
vi.ts | ||
vi_VN.ts | ||
zh_CN.ts | ||
zh_TW.ts |
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.