Merge branch 'master' of github.com:melonDS-emu/melonDS

This commit is contained in:
Arisotura
2023-12-26 19:04:31 +01:00
12 changed files with 166 additions and 18 deletions

View File

@ -25,9 +25,11 @@
#include <vector>
#include <string>
#include <algorithm>
#include <cmath>
#include <QPaintEvent>
#include <QPainter>
#include <QDebug>
#ifndef _WIN32
#ifndef APPLE
#include <qpa/qplatformnativeinterface.h>