mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
- Add device detection for Snapdragon 8 Elite (device ID 0x43052c01) - Disable shader float controls and 64-bit integer atomics on Qualcomm proprietary drivers to work around driver limitations - Enable native BGR format support on S8 Elite (similar to S8 Gen 2) - Implement VOTE_vtg instruction for vertex/tessellation/geometry shaders with proper single-thread semantics - Replace stub warnings with detailed comments for FCSM_TR flow test and SR_WSCALEFACTOR special registers to document expected behavior These changes improve compatibility with Qualcomm Snapdragon 8 Elite devices and reduce spurious warnings by documenting shader features that are correctly handled as conservative defaults. Signed-off-by: Zephyron <zephyron@citron-emu.org>