Commit Graph

8 Commits

Author SHA1 Message Date
Maschell
b29787896c Add new ConfigItem type to a set integers in a given range. 2019-02-07 13:03:48 +01:00
Maschell
0ded92509a Add WUPS_CONFIG_BUTTONS values 2019-02-07 13:02:36 +01:00
Maschell
e866e6321c Add the option for a config item to check on which screen it can draw via the Overlay API safely. 2018-09-14 20:26:16 +02:00
Maschell
b1d89c9d4d Improve the ConfigItem callback system.
- The callback is now only called when then config menu has been closed and value has actually changed (or an newer value has been read from SD). This increased the performance!
- The WUPSConfigItemBoolean and WUPSConfigItemMultipleValues callbacks now provide a pointer to the causes config item.
2018-09-14 13:02:06 +02:00
Maschell
44f373d3e2 Fix issue #25 2018-09-14 10:38:01 +02:00
Maschell
4b835cfc6b Add a config item type for multiple choice configs (e.g. select a resolution) 2018-07-17 15:27:51 +02:00
Maschell
7a04c99d86 Add a config item for boolean values. 2018-07-17 15:27:19 +02:00
Maschell
e6e488a453 Add the possibility of configurations to the plugins!
Adds the configuration menu.
2018-07-17 15:26:52 +02:00