diff options
| author | fires.gc <fires.gc@gmail.com> | 2008-11-01 18:33:37 +0000 |
|---|---|---|
| committer | fires.gc <fires.gc@gmail.com> | 2008-11-01 18:33:37 +0000 |
| commit | ef943ed065dbea2017f8b3a6b24decc611368f82 (patch) | |
| tree | 32896faca7d4de640c5f27e50fa55f11dbb0b66e /Source/Core/DiscIO | |
| parent | b88098cc17f1070bbaac3bb94105dcc19c61275c (diff) | |
several FS/FileIO fixes/improvements
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1045 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/Src/BannerLoaderWii.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/BannerLoaderWii.cpp b/Source/Core/DiscIO/Src/BannerLoaderWii.cpp index baf1ec5c13..b669e3dc66 100644 --- a/Source/Core/DiscIO/Src/BannerLoaderWii.cpp +++ b/Source/Core/DiscIO/Src/BannerLoaderWii.cpp @@ -83,6 +83,7 @@ CBannerLoaderWii::GetBanner(u32* _pBannerImage) static u32 Buffer[192 * 64];
decode5A3image(Buffer, (u16*)pBanner->m_BannerTexture, 192, 64);
+ // ugly scaling :)
for (int y=0; y<32; y++)
{
for (int x=0; x<96; x++)
|
