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:
Alex Barney 2019-06-15 20:31:18 -05:00 committed by Ac_K
parent 5c1bc52409
commit 350a3667f7
9 changed files with 136 additions and 20 deletions

View file

@ -6,6 +6,8 @@ namespace Ryujinx.Common.Logging
Stub,
Info,
Warning,
Error
Error,
Guest,
AccessLog
}
}