mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-19 19:16:34 +00:00
Technically SDL users can now start a new machine.
Missing though: all the old per-machine command-line options, and any control over the new one.
This commit is contained in:
@@ -51,3 +51,7 @@ template <> bool Reflection::set(Struct &target, const std::string &name, const
|
||||
const std::string string(value);
|
||||
return set<const std::string &>(target, name, string);
|
||||
}
|
||||
|
||||
bool Reflection::fuzzy_set(Struct &target, const std::string &name, const std::string &value) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user