|
|
@@ -97,17 +97,8 @@ namespace Ryujinx.HLE.HOS
|
|
|
|
|
|
try
|
|
|
{
|
|
|
- try
|
|
|
- {
|
|
|
- RyujinxClient.Fs.CleanDirectoryRecursively("sdcard:/Nintendo/save".ToU8Span()).IgnoreResult();
|
|
|
- }
|
|
|
- catch (Exception) { /* We don't care about the result */ }
|
|
|
-
|
|
|
- try
|
|
|
- {
|
|
|
- RyujinxClient.Fs.DeleteDirectoryRecursively("sdcard:/save".ToU8Span()).IgnoreResult();
|
|
|
- }
|
|
|
- catch (Exception) { /* We don't care about the result */ }
|
|
|
+ RyujinxClient.Fs.CleanDirectoryRecursively("sdcard:/Nintendo/save".ToU8Span()).IgnoreResult();
|
|
|
+ RyujinxClient.Fs.DeleteDirectoryRecursively("sdcard:/save".ToU8Span()).IgnoreResult();
|
|
|
}
|
|
|
finally
|
|
|
{
|