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
This commit is contained in:
Shawn Hoffman
2009-04-22 17:03:46 +00:00
parent ea11b28e3d
commit d2516e3ad1
8 changed files with 30 additions and 102 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Version="9.00"
Name="Common"
ProjectGUID="{C573CAF7-EE6A-458E-8049-16C0BF34C2E9}"
RootNamespace="Common"
@ -712,6 +712,14 @@
RelativePath=".\Src\SConscript"
>
</File>
<File
RelativePath=".\Src\SDCardUtil.cpp"
>
</File>
<File
RelativePath=".\Src\SDCardUtil.h"
>
</File>
<File
RelativePath=".\Src\Setup.h"
>

View File

@ -28,6 +28,7 @@ files = [
"PluginWiimote.cpp",
"PluginVideo.cpp",
"PluginPAD.cpp",
"SDCardUtil.cpp",
"StringUtil.cpp",
"Thread.cpp",
"Thunk.cpp",