mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Update main.cpp
This commit is contained in:
@@ -439,6 +439,10 @@ namespace
|
||||
{
|
||||
options.buffer_stdout = true;
|
||||
}
|
||||
else if (arg == "-x" || arg == "--exec")
|
||||
{
|
||||
options.log_executable_access = true;
|
||||
}
|
||||
else if (arg == "-c" || arg == "--concise")
|
||||
{
|
||||
options.concise_logging = true;
|
||||
|
||||
Reference in New Issue
Block a user