From 6758b1fd6f5228296df219c07fa8ef5385431e6a Mon Sep 17 00:00:00 2001 From: emmaus Date: Sun, 18 Nov 2018 05:55:14 +0000 Subject: [PATCH] removed publishing profiles, align directory entry --- .gitignore | 3 +++ Ryujinx.HLE/HOS/Services/FspSrv/DirectoryEntry.cs | 6 +++--- .../PublishProfiles/FolderProfile.pubxml | 14 -------------- 3 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 Ryujinx/Properties/PublishProfiles/FolderProfile.pubxml 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