diff options
| author | nakeee <nakeee@gmail.com> | 2009-09-04 11:34:21 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-09-04 11:34:21 +0000 |
| commit | e147b9eb91829453eb226992e3af936aaad3e691 (patch) | |
| tree | dd73b2fbe57a2644397adbcd1f0f7a8fe191ae29 /Source/Core/DiscIO/Src/SConscript | |
| parent | 7badedf0542cc29e2e57143c7effce75b4c34328 (diff) | |
Fixed up the filemon a bit, added isEnable function to the logmanager
and moved the FileMonitor from debug to discio to prevert cross
dependencies
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4197 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/SConscript')
| -rw-r--r-- | Source/Core/DiscIO/Src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/SConscript b/Source/Core/DiscIO/Src/SConscript index 32d8eb4d3a..999e46dc43 100644 --- a/Source/Core/DiscIO/Src/SConscript +++ b/Source/Core/DiscIO/Src/SConscript @@ -20,6 +20,7 @@ files = [ 'VolumeGC.cpp', 'VolumeWad.cpp', 'VolumeWiiCrypted.cpp', + 'FileMonitor.cpp', 'NANDContentLoader.cpp', 'WiiWad.cpp', 'AES/aes_cbc.c', |
