ppsspp icon indicating copy to clipboard operation
ppsspp copied to clipboard

libretro: Replace `std::clamp()` with `clamp()`

Open RobLoach opened this issue 1 month ago • 0 comments

This replaces libretro's use of std::clamp() with RGBAUtil's own clamp() function.

RobLoach avatar May 23 '24 16:05 RobLoach