configure_general: Implement manual tristate buttons

This commit is contained in:
lat9nq 2020-07-13 17:08:50 -04:00
parent a2ba6cf83d
commit b4c860d57e
2 changed files with 27 additions and 17 deletions

View file

@ -23,6 +23,8 @@ enum CheckState {
};
struct Trackers {
CheckState use_frame_limit;
CheckState use_multi_core;
} extern trackers;
// Global-aware apply and set functions