Noticed that the UWP build has been broken for some time, fix it.

Should probably set up a buildbot if we care about this...
This commit is contained in:
Henrik Rydgård 2018-02-05 16:21:39 +01:00
parent f999830027
commit 3e56d8bbdf
12 changed files with 19 additions and 53 deletions

View file

@ -28,7 +28,7 @@
#include "Core/Config.h"
#include "Core/System.h"
#include "DisplayLayoutEditor.h"
#include "GPU/GLES/FramebufferManagerGLES.h"
#include "GPU/Common/FramebufferCommon.h"
static const int leftColumnWidth = 200;
static const float orgRatio = 1.764706f;