diff --git a/src/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs b/src/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs index 19b793008c..6ecc2d0be3 100644 --- a/src/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs +++ b/src/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs @@ -109,7 +109,7 @@ namespace Ryujinx.HLE.FileSystem if (!fullPath.StartsWith(AppDataManager.BaseDirPath)) { - throw new ArgumentException($"The path is not located inside the Ryujinx directory: {fullPath}", nameof(basePath)); + Logger.Warning?.Print(LogClass.ServiceFs, $"The path is not located inside the Ryujinx directory: {fullPath}"); } return fullPath;