1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 02:22:39 +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:
Thomas Harte
2020-03-15 21:50:43 -04:00
parent fc3d3c76f8
commit 2031a33edf
6 changed files with 140 additions and 56 deletions
+4
View File
@@ -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;
}