GPU: Fix possible shift truncation.

Also, add algorithm for std::max.
This commit is contained in:
Unknown W. Brackets 2022-08-28 08:32:00 -07:00
parent 5247ffa0af
commit 77c834ba5c
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#include <algorithm>
#include <sstream>
#include "UI/OnScreenDisplay.h"