| 98 | } |
| 99 | |
| 100 | void Player::initCommandLine(BString root, const std::vector<BString>& zips, BString working, const std::vector<BString>& args) { |
| 101 | while (this->nextCommand=="ROOT" || this->nextCommand=="ZIP" || this->nextCommand=="CWD" || this->nextCommand=="ARGC" || this->nextCommand.startsWith("ARG")) { |
| 102 | instance->readCommand(); |
| 103 | } |
| 104 | } |
| 105 | |
| 106 | static U8* buffer; |
| 107 | static U32 bufferlen; |
nothing calls this directly
no test coverage detected