mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-12 05:40:04 +00:00
Add log regex filter (#9)
This commit is contained in:
parent
bf0127d0ae
commit
f112d975b9
8 changed files with 57 additions and 2 deletions
|
@ -542,6 +542,7 @@ struct Values {
|
|||
|
||||
// Miscellaneous
|
||||
Setting<std::string> log_filter{"*:Info", "log_filter"};
|
||||
Setting<std::string> log_regex_filter{"", "log_regex_filter"};
|
||||
|
||||
// Video Dumping
|
||||
std::string output_format;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue