diff --git a/.gitignore b/.gitignore index 123f46184d..1353a941e7 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,6 @@ $RECYCLE.BIN/ # VS Launch Settings launchSettings.json + +% NetCore Publishing Profiles +PublishProfiles/ diff --git a/Ryujinx.HLE/HOS/Services/FspSrv/DirectoryEntry.cs b/Ryujinx.HLE/HOS/Services/FspSrv/DirectoryEntry.cs index c7a33cc20c..74ebddc215 100644 --- a/Ryujinx.HLE/HOS/Services/FspSrv/DirectoryEntry.cs +++ b/Ryujinx.HLE/HOS/Services/FspSrv/DirectoryEntry.cs @@ -13,9 +13,9 @@ namespace Ryujinx.HLE.HOS.Services.FspSrv public DirectoryEntry(string Path, DirectoryEntryType DirectoryEntryType, long Size = 0) { - this.Path = Path; - this.EntryType = DirectoryEntryType; - this.Size = Size; + this.Path = Path; + EntryType = DirectoryEntryType; + this.Size = Size; } } } diff --git a/Ryujinx/Properties/PublishProfiles/FolderProfile.pubxml b/Ryujinx/Properties/PublishProfiles/FolderProfile.pubxml deleted file mode 100644 index 8efb51d463..0000000000 --- a/Ryujinx/Properties/PublishProfiles/FolderProfile.pubxml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - FileSystem - Release - Any CPU - netcoreapp2.1 - bin\Release\netcoreapp2.1\publish\ - win10-x64 - - \ No newline at end of file