mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: Fix -Wsign-compare warnings.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user