Further UWP fixes

This commit is contained in:
Henrik Rydgard 2017-02-25 01:38:48 +01:00
parent b8757e3e31
commit c219ae9e63
7 changed files with 21 additions and 8 deletions

View file

@ -50,14 +50,10 @@
#include "Windows/WindowsHost.h"
#include "Windows/MainWindow.h"
#if PPSSPP_PLATFORM(UWP)
#include "Windows/GPU/D3D11Context.h"
#else
#include "Windows/GPU/WindowsGLContext.h"
#include "Windows/GPU/WindowsVulkanContext.h"
#include "Windows/GPU/D3D9Context.h"
#include "Windows/GPU/D3D11Context.h"
#endif
#include "Windows/Debugger/DebuggerShared.h"
#include "Windows/Debugger/Debugger_Disasm.h"