remove qt_sdl dependency from frontend util
This commit is contained in:
parent
49a96f41da
commit
c03d83b7be
|
@ -0,0 +1,13 @@
|
||||||
|
#ifndef SHAREDCONFIG_H
|
||||||
|
#define SHAREDCONFIG_H
|
||||||
|
|
||||||
|
namespace Config
|
||||||
|
{
|
||||||
|
|
||||||
|
extern int ConsoleType;
|
||||||
|
extern int DirectBoot;
|
||||||
|
extern int SavestateRelocSRAM;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include "FrontendUtil.h"
|
#include "FrontendUtil.h"
|
||||||
#include "Config.h"
|
#include "Config.h"
|
||||||
#include "qt_sdl/PlatformConfig.h" // FIXME!!!
|
#include "SharedConfig.h"
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
|
|
||||||
#include "NDS.h"
|
#include "NDS.h"
|
||||||
|
|
Loading…
Reference in New Issue