feat(loader): add --silent

This commit is contained in:
es3n1n
2025-05-19 21:01:04 +09:00
parent 55ac355ac6
commit 53144b6b12
3 changed files with 18 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ namespace loader {
public:
std::string name;
bool disable;
bool alloc_console;
bool verbose;
bool from_autorun;
AutorunType autorun_type;