CathodeRetro::Preset<T>
A simple wrapper around another type (
typename T) that associates it with a name.
Used for making the preset lists in
Include/CathodeRetro/SettingPresets.h.
Index
Members
- name
-
const char *nameType
const char *Description
The name of this preset. - settings
-
T settingsType
typename TDescription
The actual preset settings object.