diff options
| author | hrydgard <hrydgard@gmail.com> | 2010-06-04 20:03:03 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2010-06-04 20:03:03 +0000 |
| commit | 12a4c25e9fed936c6244ff4b42fce1af2597a0bf (patch) | |
| tree | 5ae154975291b3f3dc38430015045d8df71cd11c /Source/Core/DiscIO/Src/FileMonitor.cpp | |
| parent | 05c418ebe2da24a8df4ef2c1d1d7864eb2d806e3 (diff) | |
Port InputPluginCommon to use the original IniFile code, get rid of Billiard's.
a few minor warning/compile fixes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5604 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/FileMonitor.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/FileMonitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/FileMonitor.cpp b/Source/Core/DiscIO/Src/FileMonitor.cpp index 06f4a7b789..7cccf15487 100644 --- a/Source/Core/DiscIO/Src/FileMonitor.cpp +++ b/Source/Core/DiscIO/Src/FileMonitor.cpp @@ -95,7 +95,7 @@ void ReadGC(std::string FileName) }
// Check if we should play this file
-void CheckFile(std::string File, int Size)
+void CheckFile(std::string File, u64 Size)
{
// Don't do anything if the log is unselected
if (!LogManager::GetInstance()->isEnable(LogTypes::FILEMON)) return;
|
