diff options
| author | itsnotmailmail <itsnotmailmail@gmail.com> | 2009-06-17 02:50:54 +0000 |
|---|---|---|
| committer | itsnotmailmail <itsnotmailmail@gmail.com> | 2009-06-17 02:50:54 +0000 |
| commit | 232217c1cd98d015f970180eeb48e8214e4e4d6b (patch) | |
| tree | 4980147ef27422a985aad9c29867eaf053f55fcd /Source/Core/DiscIO/DiscIO.vcproj | |
| parent | c468d1e36ae37a1a28af63101dcda879bf3b8531 (diff) | |
Added the ability to install WADs (such as DLC WADs). Currently it just installs a WAD when booting it fails (when it's not bootable), I'm not sure whether there should be a menu option specially for installing WADS...
note: If you previously manually installed WADS by creating a *file* called "CONTENT", trying to reinstall that WAD automatically will fail unless you delete the file.
Added some empty log files that some games require for DLC to be recognized.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3474 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/DiscIO.vcproj')
| -rw-r--r-- | Source/Core/DiscIO/DiscIO.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/DiscIO.vcproj b/Source/Core/DiscIO/DiscIO.vcproj index 503f26b77d..049bb90a08 100644 --- a/Source/Core/DiscIO/DiscIO.vcproj +++ b/Source/Core/DiscIO/DiscIO.vcproj @@ -1160,6 +1160,14 @@ RelativePath=".\Src\NANDContentLoader.h"
>
</File>
+ <File
+ RelativePath=".\Src\WiiWAD.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\WiiWAD.h"
+ >
+ </File>
</Filter>
<Filter
Name="DiscScrubber"
|
