diff options
| author | Maarten ter Huurne <maarten@treewalker.org> | 2008-09-23 00:37:52 +0000 |
|---|---|---|
| committer | Maarten ter Huurne <maarten@treewalker.org> | 2008-09-23 00:37:52 +0000 |
| commit | 18dbfbd4627d7eb85a0bb3153d3febec0aa4cfe7 (patch) | |
| tree | f3f800cd07a81c9086a43d89405d71d407456b0b /Source/Core/DiscIO | |
| parent | 4439c1e0927fcf54f51ff72d067ec17f116694f5 (diff) | |
Fixed function signature on Linux. The implementation is still missing, so it will not work, but at least it compiles now.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@631 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/Src/VolumeDirectory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/VolumeDirectory.cpp b/Source/Core/DiscIO/Src/VolumeDirectory.cpp index 1977996cae..1c42d960ce 100644 --- a/Source/Core/DiscIO/Src/VolumeDirectory.cpp +++ b/Source/Core/DiscIO/Src/VolumeDirectory.cpp @@ -495,7 +495,7 @@ u32 CVolumeDirectory::AddDirectoryEntries(const std::string& _Directory, FSTEntr return foundEntries;
}
#else
-void CVolumeDirectory::AddDirectoryEntries(const std::string& _Directory, const std::string& _FSTDirectory, FSTEntry& parentEntry)
+u32 CVolumeDirectory::AddDirectoryEntries(const std::string& _Directory, FSTEntry& parentEntry)
{
// TODO - Insert linux stuff here
}
|
