mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
fix PPTC Purge not purging all backup files
This commit is contained in:
parent
b2f8d40ce4
commit
eb27f08463
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ namespace Ryujinx.Ava.UI.Controls
|
|||
if (backupDir.Exists)
|
||||
{
|
||||
cacheFiles.AddRange(backupDir.EnumerateFiles("*.cache"));
|
||||
cacheFiles.AddRange(mainDir.EnumerateFiles("*.info"));
|
||||
cacheFiles.AddRange(backupDir.EnumerateFiles("*.info"));
|
||||
}
|
||||
|
||||
if (cacheFiles.Count > 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue