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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user