2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:47:42 +00:00

Update boo; Add initial GUI mode support

This commit is contained in:
2017-12-15 18:13:20 -08:00
parent 6e7cf97bdc
commit 0e4310903d
5 changed files with 9 additions and 3 deletions

View File

@@ -213,6 +213,8 @@ int main(int argc, const char** argv)
info.force = true;
else if (*chit == _S('y'))
info.yes = true;
else if (*chit == _S('g'))
info.gui = true;
else
info.flags.push_back(*chit);
}