VideoCommon: Fix -Wsign-compare warnings.

This commit is contained in:
Rohit Nirmal
2014-11-29 09:53:19 -06:00
parent d4125231f3
commit 239eaf122a
2 changed files with 5 additions and 4 deletions

View File

@ -55,7 +55,7 @@ public:
static int ScaleToVirtualXfbWidth(int x, unsigned int backbuffer_width);
static int ScaleToVirtualXfbHeight(int y, unsigned int backbuffer_height);
static int GetEFBLayers() { return m_EFBLayers; }
static unsigned int GetEFBLayers() { return m_EFBLayers; }
protected:
struct VirtualXFB