mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
remove qt_sdl dependency from frontend util
This commit is contained in:
13
src/frontend/SharedConfig.h
Normal file
13
src/frontend/SharedConfig.h
Normal file
@ -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"
|
||||||
|
Reference in New Issue
Block a user