general: add default configurations for applet mode
This commit is contained in:
parent
78aac6b403
commit
fa12384350
14 changed files with 334 additions and 8 deletions
|
@ -30,6 +30,7 @@ namespace Settings {
|
|||
#define SETTING(TYPE, RANGED) template class Setting<TYPE, RANGED>
|
||||
#define SWITCHABLE(TYPE, RANGED) template class SwitchableSetting<TYPE, RANGED>
|
||||
|
||||
SETTING(AppletMode, false);
|
||||
SETTING(AudioEngine, false);
|
||||
SETTING(bool, false);
|
||||
SETTING(int, false);
|
||||
|
@ -215,6 +216,8 @@ const char* TranslateCategory(Category category) {
|
|||
return "Debugging";
|
||||
case Category::GpuDriver:
|
||||
return "GpuDriver";
|
||||
case Category::LibraryApplet:
|
||||
return "LibraryApplet";
|
||||
case Category::Miscellaneous:
|
||||
return "Miscellaneous";
|
||||
case Category::Network:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue