mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-22 02:53:39 +01: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().