mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 03:27:56 -05: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().