diff options
| author | fires.gc <fires.gc@gmail.com> | 2008-11-01 15:59:06 +0000 |
|---|---|---|
| committer | fires.gc <fires.gc@gmail.com> | 2008-11-01 15:59:06 +0000 |
| commit | 046ca53f8c0827d37f5f7e009e0c3e2dfec74a10 (patch) | |
| tree | 27398d131817b47c3ccff3c2da84b85ff9598988 /Source/Core/DiscIO/Src/BannerLoader.cpp | |
| parent | dad9f74b0964a20f93d287fd2512007ad2c46e2e (diff) | |
updating the HLE FS and FileIO
added banner support of the savegames for wii... same games
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1031 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/BannerLoader.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/BannerLoader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/BannerLoader.cpp b/Source/Core/DiscIO/Src/BannerLoader.cpp index 16cf58c035..a0ec090973 100644 --- a/Source/Core/DiscIO/Src/BannerLoader.cpp +++ b/Source/Core/DiscIO/Src/BannerLoader.cpp @@ -21,6 +21,7 @@ #include "BannerLoaderGC.h"
#include "VolumeCreator.h"
+#include "FileUtil.h"
namespace DiscIO
{
|
