aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/FileSystem/RomFsProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/FileSystem/RomFsProvider.cs')
-rw-r--r--Ryujinx.HLE/FileSystem/RomFsProvider.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Ryujinx.HLE/FileSystem/RomFsProvider.cs b/Ryujinx.HLE/FileSystem/RomFsProvider.cs
index 86bf2348..f64d99c7 100644
--- a/Ryujinx.HLE/FileSystem/RomFsProvider.cs
+++ b/Ryujinx.HLE/FileSystem/RomFsProvider.cs
@@ -160,5 +160,10 @@ namespace Ryujinx.HLE.FileSystem
{
throw new NotSupportedException();
}
+
+ public FileTimestamp GetFileTimeStampRaw(string name)
+ {
+ throw new NotImplementedException();
+ }
}
}