summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/BannerLoader.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-01-22 23:33:11 +0000
committernakeee <nakeee@gmail.com>2009-01-22 23:33:11 +0000
commitcb9baf6d07407c3699ac89b54344dd8f977dad7a (patch)
tree634e4f8b47d0158ed1eabb6f5caa1a0e82d98f40 /Source/Core/DiscIO/Src/BannerLoader.cpp
parent87bfe821eb7be447929321d8bd1589fa76129cce (diff)
compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1985 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/BannerLoader.cpp')
-rw-r--r--Source/Core/DiscIO/Src/BannerLoader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/Src/BannerLoader.cpp b/Source/Core/DiscIO/Src/BannerLoader.cpp
index a45a286c4d..611c05a5eb 100644
--- a/Source/Core/DiscIO/Src/BannerLoader.cpp
+++ b/Source/Core/DiscIO/Src/BannerLoader.cpp
@@ -170,8 +170,8 @@ bool IBannerLoader::CopyUnicodeToString( std::string& _rDestination, const u16*
}
}
#else
- // not implement other than windows
- _rDestination = _src;
+ // FIXME completly broken on not windows!!!!!
+ // _rDestination = _src;
returnCode = true;
#endif
return returnCode;