dolphin/Source/Core
Tillmann Karras 56fdcf5f00 VideoCommon: remove unnecessary floor()
floatindex is clamped to the range [0, 9]. For non-negative numbers
floor() is equivalent to trunc(). Truncation happens implicitly when
converting to uint, so the floor() is unnecessary.
2018-10-09 00:31:43 +01:00
..
AudioCommon
Common
Core
DiscIO
DolphinNoGUI
DolphinQt
InputCommon
UICommon
Updater
VideoBackends VideoCommon: remove unnecessary floor() 2018-10-09 00:31:43 +01:00
VideoCommon VideoCommon: remove unnecessary floor() 2018-10-09 00:31:43 +01:00
CMakeLists.txt