remove qt_sdl dependency from frontend util

This commit is contained in:
RSDuck 2020-10-28 19:45:50 +01:00
parent 49a96f41da
commit c03d83b7be
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
#ifndef SHAREDCONFIG_H
#define SHAREDCONFIG_H
namespace Config
{
extern int ConsoleType;
extern int DirectBoot;
extern int SavestateRelocSRAM;
}
#endif

View File

@ -21,7 +21,7 @@
#include "FrontendUtil.h"
#include "Config.h"
#include "qt_sdl/PlatformConfig.h" // FIXME!!!
#include "SharedConfig.h"
#include "Platform.h"
#include "NDS.h"