mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
[Qt] Be a little less OpenGL-hyperfocused
This commit is contained in:
parent
c10a3e7160
commit
fbfea624cb
2 changed files with 20 additions and 3 deletions
|
@ -30,6 +30,11 @@ class MainWindow : public QMainWindow {
|
|||
|
||||
Theme currentTheme;
|
||||
void setTheme(Theme theme);
|
||||
void swapEmuBuffer();
|
||||
|
||||
// Tracks whether we are using an OpenGL-backed renderer or a Vulkan-backed renderer
|
||||
bool usingGL = false;
|
||||
bool usingVk = false;
|
||||
|
||||
public:
|
||||
MainWindow(QApplication* app, QWidget* parent = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue