There was an error fetching the commit references. Please try again later.
math_util: Remove the Clamp() function
C++17 adds clamp() to the standard library, so we can remove ours in favor of it.
Showing
- src/common/math_util.h 0 additions, 5 deletionssrc/common/math_util.h
- src/core/perf_stats.cpp 2 additions, 1 deletionsrc/core/perf_stats.cpp
- src/input_common/motion_emu.cpp 3 additions, 2 deletionssrc/input_common/motion_emu.cpp
- src/video_core/renderer_opengl/gl_rasterizer.cpp 13 additions, 12 deletionssrc/video_core/renderer_opengl/gl_rasterizer.cpp
- src/video_core/renderer_opengl/gl_rasterizer_cache.cpp 4 additions, 4 deletionssrc/video_core/renderer_opengl/gl_rasterizer_cache.cpp
Loading
Please register or sign in to comment