mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-09 02:33:00 +01:00
28e90fa0e0
Previously this would warn of truncating a std::size_t to a u32. This is safe because we'll obviously never have more than UINT32_MAX amount of uniform buffers.