1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Roll formatting and const tweaks into Inputs.

This commit is contained in:
Thomas Harte
2024-11-30 18:57:56 -05:00
parent 9d87296316
commit 7248470950
34 changed files with 464 additions and 465 deletions
+1 -1
View File
@@ -721,7 +721,7 @@ template<Model model> class ConcreteMachine:
// MARK: - Configuration options.
std::unique_ptr<Reflection::Struct> get_options() override {
std::unique_ptr<Reflection::Struct> get_options() const override {
auto options = std::make_unique<Options>(Configurable::OptionsType::UserFriendly); // OptionsType is arbitrary, but not optional.
options->automatic_tape_motor_control = use_automatic_tape_motor_control_;
options->quickload = allow_fast_tape_hack_;