mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 10:47:11 +02:00
UI: RPC: Fix asset image hover string version pointing to the Canary repo in Canary
This commit is contained in:
parent
826ffd4a04
commit
79ba9d1258
4 changed files with 66 additions and 96 deletions
|
@ -47,7 +47,7 @@ namespace Ryujinx.Common.Logging.Targets
|
|||
}
|
||||
|
||||
// Clean up old logs, should only keep 3
|
||||
FileInfo[] files = logDir.GetFiles("*.log").OrderBy((info => info.CreationTime)).ToArray();
|
||||
FileInfo[] files = logDir.GetFiles("*.log").OrderBy(info => info.CreationTime).ToArray();
|
||||
for (int i = 0; i < files.Length - 2; i++)
|
||||
{
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue