mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-26 11:00:49 -07: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.