diff options
Diffstat (limited to 'Ryujinx.HLE/FileSystem/PFsProvider.cs')
| -rw-r--r-- | Ryujinx.HLE/FileSystem/PFsProvider.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ryujinx.HLE/FileSystem/PFsProvider.cs b/Ryujinx.HLE/FileSystem/PFsProvider.cs index fdddc9b0..69e7a9b8 100644 --- a/Ryujinx.HLE/FileSystem/PFsProvider.cs +++ b/Ryujinx.HLE/FileSystem/PFsProvider.cs @@ -143,5 +143,10 @@ namespace Ryujinx.HLE.FileSystem { throw new NotSupportedException(); } + + public FileTimestamp GetFileTimeStampRaw(string name) + { + throw new NotImplementedException(); + } } } |
