bsnes/higan/target-laevateinn/settings/settings.hpp

12 lines
168 B
C++
Raw Normal View History

struct Settings {
configuration config;
string folderpath;
bool synchronizeAudio;
bool muteAudio;
void load();
void save();
};
extern Settings *settings;