QOffscreensurface

This commit is contained in:
James Rowe 2019-09-16 23:06:28 -06:00
parent 8d17aa40fd
commit 3b14bb44b9

View file

@ -1,7 +1,11 @@
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <QApplication> #include <QApplication>
#include <QHBoxLayout> #include <QHBoxLayout>
#include <QKeyEvent> #include <QKeyEvent>
#include <QOffScreenSurface> #include <QOffscreenSurface>
#include <QOpenGLContext> #include <QOpenGLContext>
#include <QOpenGLFunctions> #include <QOpenGLFunctions>
#include <QScreen> #include <QScreen>