From 70bc8167f8af6aa053b9335209c80f554d8fb597 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Fri, 23 Jan 2009 21:28:55 +0000 Subject: Warp back to 1983!!! (rev 1983, that is, not the year :P) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1997 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DiscIO/Src/BannerLoader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/DiscIO/Src/BannerLoader.cpp') diff --git a/Source/Core/DiscIO/Src/BannerLoader.cpp b/Source/Core/DiscIO/Src/BannerLoader.cpp index 611c05a5eb..a45a286c4d 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 - // FIXME completly broken on not windows!!!!! - // _rDestination = _src; + // not implement other than windows + _rDestination = _src; returnCode = true; #endif return returnCode; -- cgit v1.2.3