mirror of
https://git.tardis.systems/mirrors/yuzu.git
synced 2025-01-03 03:54:45 +00:00
We can simply use std::clamp() here, instead of using an equivalent with std::max() and std::min().
We can simply use std::clamp() here, instead of using an equivalent with std::max() and std::min().