aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/SharedConfig.h
blob: b4b18c5f795cebc6f5371cb2f2c09d992eab6bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SHAREDCONFIG_H
#define SHAREDCONFIG_H

namespace Config
{

extern int ConsoleType;
extern int DirectBoot;
extern int SavestateRelocSRAM;

}

#endif