summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileSystemGCWii.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DiscIO/FileSystemGCWii.h')
-rw-r--r--Source/Core/DiscIO/FileSystemGCWii.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/FileSystemGCWii.h b/Source/Core/DiscIO/FileSystemGCWii.h
index 9c31c1bcc8..9380a68061 100644
--- a/Source/Core/DiscIO/FileSystemGCWii.h
+++ b/Source/Core/DiscIO/FileSystemGCWii.h
@@ -61,6 +61,7 @@ private:
u32 m_offset_shift;
std::vector<FileInfoGCWii> m_FileInfoVector;
+ const FileInfo* FindFileInfo(const std::string& path, size_t search_start_offset) const;
std::string GetStringFromOffset(u64 _Offset) const;
bool DetectFileSystem();
void InitFileSystem();