mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 23:40:47 -07: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:
@ -6,6 +6,8 @@ namespace Ryujinx.Common.Logging
|
||||
Stub,
|
||||
Info,
|
||||
Warning,
|
||||
Error
|
||||
Error,
|
||||
Guest,
|
||||
AccessLog
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user