diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-04-22 17:03:46 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-04-22 17:03:46 +0000 |
| commit | d2516e3ad1278e6ce6e5306e6b609f4647b4df3b (patch) | |
| tree | aea9fd8498bb8e175199b5850034541f2c78a8cd /Source/Core/Common/Src/SConscript | |
| parent | ea11b28e3de092dcbd872a061eda71a0fcc89bdb (diff) | |
auto-create a blank fat32 sd card image if one does not exist, thanks to google :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3041 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
| -rw-r--r-- | Source/Core/Common/Src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index 6b3551d99c..f385d24caf 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -28,6 +28,7 @@ files = [ "PluginWiimote.cpp", "PluginVideo.cpp", "PluginPAD.cpp", + "SDCardUtil.cpp", "StringUtil.cpp", "Thread.cpp", "Thunk.cpp", |
