From fbaf62c2309f2987fa73a2022167ee3e81e31ea9 Mon Sep 17 00:00:00 2001
From: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
Date: Wed, 28 Jun 2023 01:18:19 +0200
Subject: Apply new naming rule to all projects except Vp9 (#5407)

---
 src/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'src/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs')

diff --git a/src/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs b/src/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs
index 1b3968ea..e21c2814 100644
--- a/src/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs
+++ b/src/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs
@@ -354,8 +354,8 @@ namespace Ryujinx.HLE.FileSystem
             if (info.SpaceId != SaveDataSpaceId.User && info.SpaceId != SaveDataSpaceId.System)
                 return Result.Success;
 
-            const string mountName = "SaveDir";
-            var mountNameU8 = mountName.ToU8Span();
+            const string MountName = "SaveDir";
+            var mountNameU8 = MountName.ToU8Span();
 
             BisPartitionId partitionId = info.SpaceId switch
             {
@@ -368,7 +368,7 @@ namespace Ryujinx.HLE.FileSystem
             if (rc.IsFailure()) return rc;
             try
             {
-                var path = $"{mountName}:/save/{info.SaveDataId:x16}".ToU8Span();
+                var path = $"{MountName}:/save/{info.SaveDataId:x16}".ToU8Span();
 
                 rc = hos.Fs.GetEntryType(out _, path);
 
@@ -612,4 +612,4 @@ namespace Ryujinx.HLE.FileSystem
             }
         }
     }
-}
\ No newline at end of file
+}
-- 
cgit v1.2.3-70-g09d2