mirror of
https://github.com/libretro/mgba.git
synced 2024-11-24 16:40:00 +00:00
Qt: Fix some build issues with non-SDL build
This commit is contained in:
parent
d30090375f
commit
82e79db1c8
@ -15,6 +15,7 @@
|
|||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#include "core/interface.h"
|
||||||
#include "util/configuration.h"
|
#include "util/configuration.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,6 +22,9 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
struct mRotationSource;
|
||||||
|
struct mRumble;
|
||||||
|
|
||||||
namespace QGBA {
|
namespace QGBA {
|
||||||
|
|
||||||
class ConfigController;
|
class ConfigController;
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#include "core/thread.h"
|
||||||
#include "gba/gba.h"
|
#include "gba/gba.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user