mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
13 lines
155 B
C++
13 lines
155 B
C++
#ifndef SHAREDCONFIG_H
|
|
#define SHAREDCONFIG_H
|
|
|
|
namespace Config
|
|
{
|
|
|
|
extern int ConsoleType;
|
|
extern int DirectBoot;
|
|
extern int SavestateRelocSRAM;
|
|
|
|
}
|
|
|
|
#endif |