mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
Replace MathUtil::Clamp with std::clamp
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "VideoBackends/D3D/Render.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <cinttypes>
|
||||
#include <cmath>
|
||||
|
||||
Reference in New Issue
Block a user