mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-29 02:54:04 +01:00
TXQ returns integer types. Shaders usually do: R0 = TXQ(); // => int R0 = static_cast<float>(R0); If we don't treat it as an integer, it will cast a binary float value as float - resulting in a corrupted number.