Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-28 | ui: Update repository URLs to git.citron-emu.org | Zephyron | |
Updates all GitHub repository URLs to point to the new self-hosted Git instance at git.citron-emu.org. This includes: - Links in the About dialog UI and translations - Android app string resources - Documentation/wiki links - Source code comments The website URL (citron-emu.org) and support links remain unchanged. | |||
2025-01-17 | shader_recompiler: Add stubs for CSM/FCSM flow test conditions | Zephyron | |
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 | |||
2024-12-31 | chore: update project references and add Citron copyright | Zephyron | |
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. | |||
2024-03-01 | Update translations (2024-03-01) | The yuzu Community | |
2024-02-01 | Update translations (2024-02-01) | The yuzu Community | |
2024-01-01 | Update translations (2024-01-01) | The yuzu Community | |
2023-12-01 | Update translations (2023-12-01) | The yuzu Community | |
2023-11-01 | Update translations (2023-11-01) | The yuzu Community | |
2023-10-01 | Update translations (2023-10-01) | The yuzu Community | |
2023-09-01 | Update translations (2023-09-01) | The yuzu Community | |
2023-08-01 | Update translations (2023-08-01) (#11198) | zhaobot | |
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org> | |||
2023-07-01 | Update translations (2023-07-01) (#10972) | zhaobot | |
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org> | |||
2023-06-01 | Update translations (2023-06-01) | The yuzu Community | |
2023-05-01 | Update translations (2023-05-01) (#10129) | zhaobot | |
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org> | |||
2023-04-04 | Update translations (2023-04-04) | The yuzu Community | |
2023-03-01 | Update translations (2023-03-01) | The yuzu Community | |
2023-02-01 | Update translations (2023-02-01) | The yuzu Community | |
2023-01-01 | Update translations (2023-01-01) | The yuzu Community | |
2022-12-01 | Update translations (2022-12-01) | The yuzu Community | |
2022-10-01 | Update translations (2022-10-01) | The yuzu Community | |
2022-09-01 | Update translations (2022-09-01) | The yuzu Community | |
2022-08-01 | Update translations (2022-08-01) | The yuzu Community | |
2022-07-01 | Update translations (2022-07-01) | The yuzu Community | |
2022-06-01 | Update translations (2022-06-01) | The yuzu Community | |
2022-05-09 | Update translations (2022-05-09) | The yuzu Community | |
2022-04-18 | yuzu: mention GPLv3.0+ in about dialog | Andrea Pappacoda | |
Follow-up to 284934ebfdf5e530c960cf69969172ff76f40bea Fixes #8218 | |||
2022-04-01 | Update translations (2022-04-01) | The yuzu Community | |
2022-03-01 | Update translations (2022-03-01) | The yuzu Community | |
2022-02-01 | Update translations (2022-02-01) | The yuzu Community | |
2022-01-05 | Update translations (2022-01-05) | The yuzu Community | |
2021-12-01 | Update translations (2021-12-01) | The yuzu Community | |
2021-11-01 | Update translations (2021-11-01) | The yuzu Community | |
2021-10-16 | Update translations (2021-10-16) | The yuzu Community | |
2020-09-11 | Update translations (2020-09-11) | The yuzu Community | |