mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02: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:
parent
afc00b1a7b
commit
4b2e5dcb30
9 changed files with 136 additions and 20 deletions
|
@ -6,6 +6,8 @@ namespace Ryujinx.Common.Logging
|
|||
Stub,
|
||||
Info,
|
||||
Warning,
|
||||
Error
|
||||
Error,
|
||||
Guest,
|
||||
AccessLog
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue