mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-25 19:52:02 -05:00
Implement OutputAccessLogToSdCard and expose an FS access log option (#700)
* Add OutputAccessLogToSdCard * Add config options for the FS access log
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
// Enable print error logs
|
||||
"logging_enable_error": true,
|
||||
|
||||
// Enable printing guest logs
|
||||
"logging_enable_guest": true,
|
||||
|
||||
// Enable printing FS access logs. fs_global_access_log_mode must be 2 or 3
|
||||
"logging_enable_fs_access_log": false,
|
||||
|
||||
// Filtered log classes, in a JSON array, eg. `[ "Loader", "ServiceFs" ]`
|
||||
"logging_filtered_classes": [ ],
|
||||
|
||||
@@ -44,6 +50,9 @@
|
||||
// Enable integrity checks on Switch content files
|
||||
"enable_fs_integrity_checks": true,
|
||||
|
||||
// Sets the "GlobalAccessLogMode". Possible modes are 0-3
|
||||
"fs_global_access_log_mode": 0,
|
||||
|
||||
// Enable or disable aggressive CPU optimizations
|
||||
"enable_aggressive_cpu_opts": true,
|
||||
|
||||
|
Reference in New Issue
Block a user