mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-03 19:49:15 -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
|
Reference in New Issue
Block a user