mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-10 15:50:18 +00:00
Default to silent logging
Useful for debugging but we need to be silent by default now. Without this anything that checks stdout output of applications from bash would fail Steam with lspci, lsusb, uname, etc
This commit is contained in:
parent
82c2b49a2e
commit
fdcb6206da
@ -48,7 +48,7 @@ OPT_STR (DEBUG, DUMPIR, DumpIR, DUMPIR, "no")
|
||||
OPT_BOOL (DEBUG, DUMP_GPRS, DumpGPRs, DUMP_GPRS, false)
|
||||
OPT_BOOL (DEBUG, DEBUG_DISABLE_OPTIMIZATION_PASSES, O0, O0, false)
|
||||
|
||||
OPT_BOOL (LOGGING, SILENTLOGS, SilentLog, SILENTLOG, false)
|
||||
OPT_BOOL (LOGGING, SILENTLOGS, SilentLog, SILENTLOG, true)
|
||||
OPT_STR (LOGGING, OUTPUTLOG, OutputLog, OUTPUTLOG, "")
|
||||
|
||||
OPT_BOOL (HACKS, TSO_ENABLED, TSOEnabled, TSO_ENABLED, true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user