mirror of
https://github.com/libretro/mgba.git
synced 2024-11-24 08:30:30 +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>
|
||||
|
||||
extern "C" {
|
||||
#include "core/interface.h"
|
||||
#include "util/configuration.h"
|
||||
}
|
||||
|
||||
|
@ -22,6 +22,9 @@ extern "C" {
|
||||
#endif
|
||||
}
|
||||
|
||||
struct mRotationSource;
|
||||
struct mRumble;
|
||||
|
||||
namespace QGBA {
|
||||
|
||||
class ConfigController;
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include <functional>
|
||||
|
||||
extern "C" {
|
||||
#include "core/thread.h"
|
||||
#include "gba/gba.h"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user