fix native file logs

This commit is contained in:
Emmanuel Hansen 2023-07-08 12:46:23 +00:00
parent 6262bd1730
commit 4eb8e27517
4 changed files with 20 additions and 6 deletions

View file

@ -83,7 +83,7 @@ namespace LibRyujinx
Logger.SetEnable(LogLevel.AccessLog, false);
Logger.AddTarget(new AsyncLogTargetWrapper(
new FileLogTarget(basePath, "file"),
new FileLogTarget(AppDataManager.BaseDirPath, "file"),
1000,
AsyncLogTargetOverflowAction.Block
));